@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

img {
    max-width: 100%;
}

* {
    outline: none !important;
}

a, button {
    cursor: pointer;
}



body {
    padding-bottom: 0;
}

.container {
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
}


.info-product * {
    font-family: 'Montserrat', sans-serif;
    
}

.info-product-l {
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
}


.slider-product-wrapper {
    width: 100%;
    margin-bottom: 6px;
}

.slider-nav-wrapper {
    position: relative;
    width: 100%;
}


.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slider-nav .slick-slide img {
    border-radius: 10px;
    border: 2px solid transparent;
    margin-right: 6px;
    width: calc(100% - 6px);
}

.slider-nav .slick-slide.slick-current.slick-active img {
    border: 2px solid #E4A40F;
    
}

.slider-nav .slick-slide:not(.slick-current) img {
    opacity: 0.3;
}


.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-prev {
    width: 34px;
    height: 34px;
    position: absolute;
    background: url(../images/arrow-slider.svg)!important;
    left: 10px;
    top: calc(50% - 17px);
    z-index: 1;
    transform: none;
}

.slick-next {
    background: url(../images/arrow-slider.svg)!important;
    width: 34px;
    height: 34px;
    position: absolute;
    transform: rotate(180deg);
    right: 10px;
    top: calc(50% - 17px);
}


.slide-product img {
    border-radius: 10px;
    border: 6px solid #E4A40F;
}


.info-product h2 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
    text-align: center;
}

.type-stickers p {
    margin-bottom: 11px;
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.type-stickers-buttons button:hover {
	 
	 background: #e4a40f;
	 
}
.type-stickers-buttons button {
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 10px;
    border-radius: 10px;
    background: #757373;
    border: 0;
	
}

.type-stickers-buttons button.active {
    color: #fff;
    border-radius: 10px;
    background: #22528D;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.type-stickers-buttons .row {
    margin: 0 -6px;
}
.type-stickers-buttons .row>* {
    padding: 0 6px;
}


.type-stickers {
    margin-bottom: 22px;
}

.size p {
    margin-bottom: 6px;
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.size p span {
    color: #7B7B7B;
    font-size: 16px;
}

.size-wrapper {
    width: 164px;
    max-width: 100%;
}

.size-wrapper input {
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    padding: 14px;
    width: 71px;
    color: #A4A4A4;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.size {
    margin-bottom: 16px;
}


.size-wrapper .row {
    margin: 0 -3px;
}

.size-wrapper .row>* {
    padding: 0 3px;
}

.size-counts {
    margin-bottom: 17px;
}


.number-stickers p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11px;
}

.number {
    display: flex;
    align-items: center;
}

.number span {
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
}

.number input {
    color: #7B7B7B;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border: 0;
    width: 47px;
}

.plus img {
    transform: rotate(180deg);
}

p.price-tm {
    margin-bottom: 4px;
    color: #323232;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.file-tm {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.file-tm input {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.file-tm img {
    margin-right: 7px;
}

.file-tm {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    color: #015294;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.file-tm span {
    border-bottom: 1px solid #015294;
    border-bottom-style: dashed;
}

.red-button {
    color: #FFF;
    border: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 19px 53px;
    border-radius: 90px;
    background: #EB4846;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.total {
    padding-top: 18px;
    border-top: 2px dashed rgba(34, 82, 141, 0.50);
    display: flex;
    justify-content: space-between;
}

#sticker-price {
    color: #D64745;
    font-size: 24px;
    font-weight: 600;
}

p.minimum-order {
    color: #ADADAD;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}
p.minimum-order span {
    font-weight: 500;
}

.type-stickers-buttons #ts-select-style {
    display: none;
}

.type-stickers-buttons #ts-select-style select {
    font-size: 16px;
    font-weight: 500;
}

#servicesModal.modal {
    background: #fffc;
}


@media screen and (max-width: 1199px){
    .size-counts {
        flex-flow: column;
    }
    .size {
        margin-bottom: 13px;
    }
    
    .total {
        flex-flow: column;
    }
    .type-stickers-buttons button {
        margin-bottom: 10px;
        padding: 16px;
    }
    
    
    
    
}
@media screen and (max-width: 991px){
    .info-product-l {
        flex-flow: column-reverse;
    }
    .slider-nav-wrapper {
        width: 100%;
        display: block;
        margin: 0;
    }
    .slider-product-wrapper {
        width: 100%;
    }
    
    
    
    
    
}
@media screen and (max-width: 767px){
    .info-product h2 {
        text-align: center;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 9px;
    }
    
    
    
    .info-product-l {
        margin-bottom: 22px;
    }
    .number {
        width: 173px;
    }
    .size-counts {
        margin-bottom: 20px;
    }

.file-tm {
    margin-bottom: 29px;
}
    .slider-nav-wrapper {
        display: none;
    }
    .slick-dots li button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        border: 1px solid #22528D;
        padding: 0;
    }
    
    .slick-dots li {
        width: auto;
        height: auto;
    }
    
    .slick-dots li.slick-active button {
        background: #22528D;
    }
    ul.slick-dots {
        position: static;
    }
    .slider-product-wrapper {
        margin-bottom: 0;
    }
    
    .type-stickers {
        margin-bottom: 12px;
    }
    .size {
        margin-bottom: 22px;
    }
    .number-stickers p {
        font-size: 18px;
    }
    .number span img {
        width: 40px;
    }
    .number input {
        color: #22528D;
        font-size: 18px;
    }
    .total {
        padding: 10px 15px 15px 15px;
        margin: 0 -15px;
    }
    
    
    
}

@media screen and (max-width: 576px){
    .type-stickers-buttons #ts-button-style {
        display: none;
    }
    .type-stickers-buttons #ts-select-style {
        display: block;
    }
}

































































