@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&amp;
    display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700&display=swap);
html{
    color:#222;
    font-size:1em;
    line-height:1.4
}
::-moz-selection{
    background:#b3d4fc;
    text-shadow:none
}
::selection{
    background:#b3d4fc;
    text-shadow:none
}
hr{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0
}
audio,canvas,iframe,img,svg,video{
    vertical-align:middle
}
fieldset{
    border:0;
    margin:0;
    padding:0
}
textarea{
    resize:vertical
}
.browserupgrade{
    margin:.2em 0;
    background:#ccc;
    color:#000;
    padding:.2em 0
}
.hidden{
    display:none!important
}
.visuallyhidden{
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
    white-space:nowrap
}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto;
    white-space:inherit
}
.invisible{
    visibility:hidden
}
.clearfix:after,.clearfix:before{
    content:" ";
    display:table
}
.clearfix:after{
    clear:both
}
@media print{
    *,:after,:before{
        background:0 0!important;
        color:#000!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important;
        text-shadow:none!important
    }
    a,a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:" (" attr(href) ")"
        }
        abbr[title]:after{
            content:" (" attr(title) ")"
            }
            a[href^="#"]:after,a[href^="javascript:"]:after{
                content:""
            }
            pre{
                white-space:pre-wrap!important
            }
            blockquote,pre{
                border:1px solid #999;
                page-break-inside:avoid
            }
            thead{
                display:table-header-group
            }
            img,tr{
                page-break-inside:avoid
            }
            h2,h3,p{
                orphans:3;
                widows:3
            }
            h2,h3{
                page-break-after:avoid
            }
        }
        @-webkit-keyframes slideInDown{
            from{
                -webkit-transform:translate3d(0,-100%,0);
                transform:translate3d(0,-100%,0);
                visibility:visible
            }
            to{
                -webkit-transform:translate3d(0,0,0);
                transform:translate3d(0,0,0)
            }
        }
        @keyframes slideInDown{
            from{
                -webkit-transform:translate3d(0,-100%,0);
                transform:translate3d(0,-100%,0);
                visibility:visible
            }
            to{
                -webkit-transform:translate3d(0,0,0);
                transform:translate3d(0,0,0)
            }
        }
        @-webkit-keyframes fadeIn{
            from{
                opacity:1
            }
            to{
                opacity:1
            }
        }
        @keyframes fadeIn{
            from{
                opacity:1
            }
            to{
                opacity:1
            }
        }
        @-webkit-keyframes tmFillFull{
            from{
                -webkit-transform:scaleX(0);
                transform:scaleX(0)
            }
            to{
                -webkit-transform:scaleX(1);
                transform:scaleX(1)
            }
        }
        @keyframes tmFillFull{
            from{
                -webkit-transform:scaleX(0);
                transform:scaleX(0)
            }
            to{
                -webkit-transform:scaleX(1);
                transform:scaleX(1)
            }
        }
        @-webkit-keyframes bannerAnim{
            0%{
                -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
                transform:perspective(400px) rotate3d(0,1,0,90deg);
                -webkit-animation-timing-function:ease-in;
                animation-timing-function:ease-in;
                opacity:1
            }
            40%{
                -webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
                transform:perspective(400px) rotate3d(0,1,0,-20deg);
                -webkit-animation-timing-function:ease-in;
                animation-timing-function:ease-in
            }
            60%{
                -webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
                transform:perspective(400px) rotate3d(0,1,0,10deg);
                opacity:1
            }
            80%{
                -webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
                transform:perspective(400px) rotate3d(0,1,0,-5deg)
            }
            100%{
                -webkit-transform:perspective(400px);
                transform:perspective(400px)
            }
        }
        @keyframes bannerAnim{
            0%{
                -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
                transform:perspective(400px) rotate3d(0,1,0,90deg);
                -webkit-animation-timing-function:ease-in;
                animation-timing-function:ease-in;
                opacity:1
            }
            40%{
                -webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
                transform:perspective(400px) rotate3d(0,1,0,-20deg);
                -webkit-animation-timing-function:ease-in;
                animation-timing-function:ease-in
            }
            60%{
                -webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
                transform:perspective(400px) rotate3d(0,1,0,10deg);
                opacity:1
            }
            80%{
                -webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
                transform:perspective(400px) rotate3d(0,1,0,-5deg)
            }
            100%{
                -webkit-transform:perspective(400px);
                transform:perspective(400px)
            }
        }
        @-webkit-keyframes growShrink{
            0%{
                -webkit-transform:scale(0);
                transform:scale(0);
                opacity:.8
            }
            30%{
                -webkit-transform:scale(1);
                transform:scale(1);
                opacity:.5
            }
            90%{
                -webkit-transform:scale(1);
                transform:scale(1);
                opacity:.5
            }
            100%{
                -webkit-transform:scale(0);
                transform:scale(0);
                opacity:1
            }
        }
        @keyframes growShrink{
            0%{
                -webkit-transform:scale(0);
                transform:scale(0);
                opacity:.8
            }
            30%{
                -webkit-transform:scale(1);
                transform:scale(1);
                opacity:.5
            }
            90%{
                -webkit-transform:scale(1);
                transform:scale(1);
                opacity:.5
            }
            100%{
                -webkit-transform:scale(0);
                transform:scale(0);
                opacity:1
            }
        }
        @-webkit-keyframes growShrink2{
            0%{
                -webkit-transform:scale(0);
                transform:scale(0);
                opacity:.8
            }
            30%{
                -webkit-transform:scale(1.2);
                transform:scale(1.2);
                opacity:.5
            }
            90%{
                -webkit-transform:scale(1.2);
                transform:scale(1.2);
                opacity:.5
            }
            100%{
                -webkit-transform:scale(0);
                transform:scale(0);
                opacity:1
            }
        }
        @keyframes growShrink2{
            0%{
                -webkit-transform:scale(0);
                transform:scale(0);
                opacity:.8
            }
            30%{
                -webkit-transform:scale(1.2);
                transform:scale(1.2);
                opacity:.5
            }
            90%{
                -webkit-transform:scale(1.2);
                transform:scale(1.2);
                opacity:.5
            }
            100%{
                -webkit-transform:scale(0);
                transform:scale(0);
                opacity:1
            }
        }
        *{
            -webkit-box-sizing:border-box;
            box-sizing:border-box
        }
        img{
            max-width:100%
        }
        html{
            overflow:hidden;
            overflow:auto;
/*    overflow-y:auto;*/
}
body{
    overflow:hidden !important;
    font-size:15px;
    line-height:26px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family:"Open Sans",sans-serif;
    color:#000;
    font-weight:400;
    padding: 0px !important;
}
::-webkit-input-placeholder{
    color:#ae4b84
}
:-moz-placeholder{
    color:#ae4b84
}
::-moz-placeholder{
    color:#ae4b84
}
:-ms-input-placeholder{
    color:#ae4b84
}
address,blockquote,caption,dd,dl,h1,h2,h3,h4,h5,h6,hr,menu,ol,p,pre,table,ul{
    margin:0;
    margin-bottom:15px
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family:Montserrat,sans-serif;
    color:#000
}
.h1,h1{
    font-size:48px;
    line-height:48px;
    font-weight:700;
    font-family: Montserrat, sans-serif;
}
.h2,h2{
    font-size:36px;
    line-height:42px;
    font-weight:700;
    font-family: Montserrat, sans-serif;
}
.h3,h3{
    font-size:30px;
    line-height:40px;
    font-weight:600;
    font-family: Montserrat, sans-serif;
}
.h4,h4{
    font-size:24px;
    line-height:34px;
    font-weight:600;
    font-family: Montserrat, sans-serif;
}
.h5,h5{
    font-size:20px;
    line-height:30px;
    font-weight:500;
    font-family: Montserrat, sans-serif;
}
.h6,h6{
    font-size:18px;
    line-height:28px;
    font-weight:500;
    font-family: Montserrat, sans-serif;
}
@media only screen and (min-width:768px) and (max-width:991px){
    .h1,h1{
        font-size:44px;
        line-height:44px
    }
    .h2,h2{
        font-size:34px;
        line-height:40px
    }
    .h3,h3{
        font-size:28px;
        line-height:38px
    }
}
@media only screen and (max-width:767px){
    .h1,h1{
        font-size:42px;
        line-height:42px
    }
    .h2,h2{
        font-size:32px;
        line-height:38px
    }
    .h3,h3{
        font-size:28px;
        line-height:38px
    }
    .h4,h4{
        font-size:22px;
        line-height:32px
    }
    .h5,h5{
        font-size:18px;
        line-height:28px
    }
    .h6,h6{
        font-size:16px;
        line-height:26px
    }
}
::-moz-selection{
    background:#ae4b84;
    color:#fff
}
::-ms-selection{
    background:#ae4b84;
    color:#fff
}
::-o-selection{
    background:#ae4b84;
    color:#fff
}
::selection{
    background:#ae4b84;
    color:#fff
}
a{
    -webkit-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    font-family: Montserrat, sans-serif;
}
a:active,a:focus,a:hover{
    text-decoration:none;
    outline:0
}
a:visited{
    color:inherit
}
button{
    cursor:pointer
}
button,input,select,textarea{
    background:0 0;
    border:1px solid #ebebeb;
    -webkit-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s;
    color:#ae4b84;
    font-family:"Open Sans",sans-serif
}
button::-webkit-input-placeholder,input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ae4b84
}
button:-moz-placeholder,input:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{
    color:#ae4b84
}
button::-moz-placeholder,input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{
    color:#ae4b84
}
button:-ms-input-placeholder,input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#ae4b84
}
button:active,button:focus,input:active,input:focus,select:active,select:focus,textarea:active,textarea:focus{
    outline:0;
    border-color:#ae4b84
}
input,select,textarea{
    width:100%;
    color:15px;
    vertical-align:middle;
    border-radius:4px
}
button,input,select{
    height:40px;
    padding:0 15px
}
@media only screen and (max-width:767px){
    button,input,select{
        height:20px
    }
}
textarea{
    padding:10px 15px
}
blockquote{
    border-left:5px solid #ae4b84;
    font-size:18px;
    line-height:27px;
    padding:40px;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
    box-shadow:0 0 10px rgba(0,0,0,.1);
    position:relative;
    z-index:1;
    overflow:hidden
}
blockquote p{
    margin-bottom:10px;
    font-style:italic
}
blockquote footer{
    font-size:14px
}
blockquote footer a{
    color:#ae4b84
}
blockquote footer a:hover{
    color:#ae4b84
}
@media only screen and (max-width:767px){
    blockquote{
        font-size:16px;
        line-height:25px;
        padding:20px
    }
}
[class*=" flaticon-"],[class^=flaticon-]{
    line-height:1
}
[class*=" flaticon-"]::after,[class*=" flaticon-"]::before,[class^=flaticon-]::after,[class^=flaticon-]::before{
    margin-left:0;
    font-size:inherit;
    vertical-align:middle
}
.stylish-list,.stylish-list-color{
    padding-left:0;
    display:block
}
.stylish-list li,.stylish-list-color li{
    list-style:none;
    position:relative;
    padding-left:30px
}
.stylish-list li:not(:last-child),.stylish-list-color li:not(:last-child){
    margin-bottom:10px
}
.stylish-list li i,.stylish-list-color li i{
    position:absolute;
    left:0;
    top:0;
    font-size:16px;
    line-height:30px;
    color:#ae4b84
}
.stylish-list-color li i{
    color:#ae4b84
}
input[type=checkbox],input[type=radio]{
    visibility:hidden;
    opacity:1;
    display:inline-block;
    vertical-align:middle;
    width:0;
    height:0;
    display:none
}
input[type=checkbox]~label,input[type=radio]~label{
    position:relative;
    padding-left:24px;
    cursor:pointer
}
input[type=checkbox]~label a,input[type=radio]~label a{
    font-weight:600
}
input[type=checkbox]~label:before,input[type=radio]~label:before{
    content:"";
    font-family:Ionicons;
    font-weight:700;
    position:absolute;
    left:0;
    top:3px;
    border:1px solid #ddd;
    height:15px;
    width:15px;
    line-height:1.5;
    font-size:9px;
    text-align:center
}
input[type=checkbox]:checked~label,input[type=radio]:checked~label{
    color:#ae4b84
}
input[type=checkbox]:checked~label a,input[type=radio]:checked~label a{
    color:#ae4b84
}
input[type=checkbox]:checked~label:before,input[type=radio]:checked~label:before{
    content: "\f121";
    color: #ae4b84;
    border-color: #ae4b84;
    font-size: 10px;
        line-height: 12px;
}
input[type=radio]~label::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    border:2px solid #ddd;
    border-radius:100px;
    height:15px;
    width:15px;
    margin-top:-8px;
    line-height:.5;
    font-size:28px
}
/*input[type=radio]:checked~label::before{
    content:"";
    color:#ae4b84;
    border-color:#ae4b84
}*/
.hidden{
    display:none
}
.f-left{
    float:left
}
.f-right{
    float:right
}
.visuallyhidden{
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto
}
.invisible{
    visibility:hidden
}
.clearfix:after,.clearfix:before{
    content:" ";
    display:table
}
.clearfix:after{
    clear:both
}
.color-theme{
    color:#ae4b84
}
.color-secondary{
    color:#13788a
}
.color-dark{
    color:#111
}
.colog-grey{
    color:#f7f7f7
}
.color-black{
    color:#000
}
.color-white{
    color:#fff
}
[class*=bg-image-],[data-bgimage]{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center
}
.bg-image-1{
    background-image:url(../images/bg/bg-image-1.jpg)
}
.bg-image-2{
    background-image:url(../images/bg/bg-image-2.jpg)
}
.bg-image-3{
    background-image:url(../images/bg/bg-image-3.jpg)
}
.bg-image-4{
    background-image:url(../images/bg/bg-image-4.jpg)
}
.bg-image-5{
    background-image:url(../images/bg/bg-image-5.jpg)
}
.bg-image-6{
    background-image:url(../images/bg/bg-image-6.jpg)
}
.bg-image-7{
    background-image:url(../images/bg/bg-image-7.jpg)
}
.bg-image-8{
    background-image:url(../images/bg/bg-image-8.jpg)
}
.bg-image-9{
    background-image:url(../images/bg/bg-image-9.jpg)
}
.bg-image-10{
    background-image:url(../images/bg/bg-image-10.jpg)
}
.bg-image-11{
    background-image:url(../images/bg/bg-image-11.jpg)
}
.bg-image-12{
    background-image:url(../images/bg/bg-image-12.jpg)
}
.bg-image-13{
    background-image:url(../images/bg/bg-image-13.jpg)
}
.bg-image-14{
    background-image:url(../images/bg/bg-image-14.jpg)
}
.bg-image-15{
    background-image:url(../images/bg/bg-image-15.jpg)
}
.bg-image-16{
    background-image:url(../images/bg/bg-image-16.jpg)
}
.bg-image-17{
    background-image:url(../images/bg/bg-image-17.jpg)
}
.bg-image-18{
    background-image:url(../images/bg/bg-image-18.jpg)
}
.bg-image-19{
    background-image:url(../images/bg/bg-image-19.jpg)
}
.bg-image-20{
    background-image:url(../images/bg/bg-image-20.jpg)
}
[data-black-overlay],[data-overlay],[data-secondary-overlay],[data-white-overlay]{
    position:relative
}
[data-black-overlay]>*,[data-black-overlay]>div,[data-overlay]>*,[data-overlay]>div,[data-secondary-overlay]>*,[data-secondary-overlay]>div,[data-white-overlay]>*,[data-white-overlay]>div{
    position:relative;
    z-index:2
}
[data-black-overlay]:before,[data-overlay]:before,[data-secondary-overlay]:before,[data-white-overlay]:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:2
}
[data-overlay]:before{
    background-color:#ae4b84
}
[data-secondary-overlay]:before{
    background-color:#13788a
}
[data-black-overlay]:before{
    background-color:#000
}
[data-white-overlay]:before{
    background-color:#fff
}
[data-black-overlay="0.5"]:before,[data-overlay="0.5"]:before,[data-secondary-overlay="0.5"]:before,[data-white-overlay="0.5"]:before{
    opacity:.05
}
[data-black-overlay="1"]:before,[data-overlay="1"]:before,[data-secondary-overlay="1"]:before,[data-white-overlay="1"]:before{
    opacity:.1
}
[data-black-overlay="1.5"]:before,[data-overlay="1.5"]:before,[data-secondary-overlay="1.5"]:before,[data-white-overlay="1.5"]:before{
    opacity:.15
}
[data-black-overlay="2"]:before,[data-overlay="2"]:before,[data-secondary-overlay="2"]:before,[data-white-overlay="2"]:before{
    opacity:.2
}
[data-black-overlay="2.5"]:before,[data-overlay="2.5"]:before,[data-secondary-overlay="2.5"]:before,[data-white-overlay="2.5"]:before{
    opacity:.25
}
[data-black-overlay="3"]:before,[data-overlay="3"]:before,[data-secondary-overlay="3"]:before,[data-white-overlay="3"]:before{
    opacity:.3
}
[data-black-overlay="3.5"]:before,[data-overlay="3.5"]:before,[data-secondary-overlay="3.5"]:before,[data-white-overlay="3.5"]:before{
    opacity:.35
}
[data-black-overlay="4"]:before,[data-overlay="4"]:before,[data-secondary-overlay="4"]:before,[data-white-overlay="4"]:before{
    opacity:.4
}
[data-black-overlay="4.5"]:before,[data-overlay="4.5"]:before,[data-secondary-overlay="4.5"]:before,[data-white-overlay="4.5"]:before{
    opacity:.45
}
[data-black-overlay="5"]:before,[data-overlay="5"]:before,[data-secondary-overlay="5"]:before,[data-white-overlay="5"]:before{
    opacity:.5
}
[data-black-overlay="5.5"]:before,[data-overlay="5.5"]:before,[data-secondary-overlay="5.5"]:before,[data-white-overlay="5.5"]:before{
    opacity:.55
}
[data-black-overlay="6"]:before,[data-overlay="6"]:before,[data-secondary-overlay="6"]:before,[data-white-overlay="6"]:before{
    opacity:.6
}
[data-black-overlay="6.5"]:before,[data-overlay="6.5"]:before,[data-secondary-overlay="6.5"]:before,[data-white-overlay="6.5"]:before{
    opacity:.65
}
[data-black-overlay="7"]:before,[data-overlay="7"]:before,[data-secondary-overlay="7"]:before,[data-white-overlay="7"]:before{
    opacity:.7
}
[data-black-overlay="7.5"]:before,[data-overlay="7.5"]:before,[data-secondary-overlay="7.5"]:before,[data-white-overlay="7.5"]:before{
    opacity:.75
}
[data-black-overlay="8"]:before,[data-overlay="8"]:before,[data-secondary-overlay="8"]:before,[data-white-overlay="8"]:before{
    opacity:.8
}
[data-black-overlay="8.5"]:before,[data-overlay="8.5"]:before,[data-secondary-overlay="8.5"]:before,[data-white-overlay="8.5"]:before{
    opacity:.85
}
[data-black-overlay="9"]:before,[data-overlay="9"]:before,[data-secondary-overlay="9"]:before,[data-white-overlay="9"]:before{
    opacity:.9
}
[data-black-overlay="9.5"]:before,[data-overlay="9.5"]:before,[data-secondary-overlay="9.5"]:before,[data-white-overlay="9.5"]:before{
    opacity:.95
}
[data-black-overlay="10"]:before,[data-overlay="10"]:before,[data-secondary-overlay="10"]:before,[data-white-overlay="10"]:before{
    opacity:1
}
.bg-theme{
    background-color:#ae4b84
}
.bg-secondary{
    background-color:#13788a!important
}
.bg-grey{
    background-color:#f7f7f7
}
.bg-dark{
    background-color:#111!important
}
.bg-black{
    background-color:#fff
}
.bg-white{
    background-color:#fff!important
}
.text-italic{
    font-style:italic
}
.text-normal{
    font-style:normal
}
.text-underline{
    font-style:underline
}
.body-font{
    font-family:"Open Sans",sans-serif
}
.heading-font{
    font-family:Montserrat,sans-serif
}
.tm-fullscreen{
    min-height:100vh;
    width:100%
}
.slick-slide:active,.slick-slide:focus{
    outline:0
}
.slick-slide.slick-active:active,.slick-slide.slick-active:focus,.slick-slide.slick-current:active,.slick-slide.slick-current:focus{
    outline:0
}
.slick-dotted.slick-slider{
    margin-bottom:0;
    padding-bottom:50px
}
.tm-padding-section{
    padding-top:50px;
    padding-bottom:50px
}
.tm-padding-section-top{
    padding-top:40px
}
.tm-padding-section-bottom{
    padding-bottom:100px
}
.tm-padding-section-sm{
    padding-top:10px;
    padding-bottom:10px
}
.tm-padding-section-sm-top{
    padding-top:60px
}
.tm-padding-section-sm-bottom{
    padding-bottom:60px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-padding-section{
        padding-top:80px;
        padding-bottom:80px
    }
    .tm-padding-section-top{
        padding-top:80px
    }
    .tm-padding-section-bottom{
        padding-bottom:80px
    }
}
@media only screen and (max-width:767px){
    .tm-padding-section{
        padding-top:70px;
        padding-bottom:70px
    }
    .tm-padding-section-top{
        padding-top:70px
    }
    .tm-padding-section-bottom{
        padding-bottom:70px
    }
}
.mt-30-reverse{
    margin-top:-30px
}
.mt-30{
    margin-top:30px
}
.mb-30{
    margin-bottom:30px
}
.mtb-30{
    margin-top:30px;
    margin-bottom:30px
}
.pt-30{
    padding-top:30px
}
.pb-30{
    padding-bottom:30px
}
.ptb-30{
    padding-top:30px;
    padding-bottom:30px
}
.mt-40-reverse{
    margin-top:-40px
}
.mt-40{
    margin-top:40px
}
.mb-40{
    margin-bottom:40px
}
.mtb-40{
    margin-top:40px;
    margin-bottom:40px
}
.pt-40{
    padding-top:40px
}
.pb-40{
    padding-bottom:40px
}
.ptb-40{
    padding-top:40px;
    padding-bottom:40px
}
.mt-50-reverse{
    margin-top:-50px
}
.mt-50{
    margin-top:50px
}
.mb-50{
    margin-bottom:50px
}
.mtb-50{
    margin-top:50px;
    margin-bottom:50px
}
.pt-50{
    padding-top:50px
}
.pb-50{
    padding-bottom:50px
}
.ptb-50{
    padding-top:50px;
    padding-bottom:50px
}
#back-top-top{
    position:fixed;
    left:auto;
    right:30px;
    bottom:30px;
    height:45px;
    width:45px;
    padding:0;
    line-height:1;
    text-align:center;
    background:#ae4b84;
    color:#fff;
    font-size:18px;
    border-radius:100%;
    border:1px solid #ae4b84;
    -webkit-animation:slideInRight .4s ease-in-out 1 both;
    animation:slideInRight .4s ease-in-out 1 both;
    z-index:999;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.15);
    box-shadow:0 0 10px rgba(0,0,0,.15)
}
#back-top-top i{
    line-height:45px
}
@media only screen and (max-width:767px){
    #back-top-top{
        display:none
    }
}
.appointment-messages,.form-messages{
    margin-bottom:0;
    text-align:center
}
.appointment-messages.error,.form-messages.error{
    margin-top:20px;
    color:#f80707
}
.appointment-messages.success,.form-messages.success{
    margin-top:20px;
    color:#0d8d2d
}
.tm-parallax{
    position:relative;
    z-index:0;
    background-size:cover
}
.tm-parallax>.tm-parallax-img{
    position:absolute;
    -o-object-fit:cover;
    object-fit:cover;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1
}
.tm-videobgholder{
    position:relative
}
.tm-videobgwarpper{
    width:100%;
    height:100%;
    position:absolute!important;
    top:0!important;
    left:0;
    z-index:-1
}
.tm-videobg{
    display:block;
    height:100%;
    background:rgba(0,0,0,.5);
    background-size:cover;
    background-position:center center
}
.tm-video-controls{
    position:absolute;
    left:auto;
    right:30px;
    top:auto;
    bottom:30px;
    z-index:1
}
.tm-video-controls button{
    height:45px;
    width:45px;
    color:#777;
    border:2px solid #777;
    border-radius:1000px;
    display:inline-block;
    text-align:center;
    line-height:43px;
    font-size:22px
}
.tm-video-controls button:hover{
    color:#fff;
    border-color:#fff
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-video-controls{
        display:none
    }
}
@media only screen and (max-width:767px){
    .tm-video-controls{
        display:none
    }
}
@media (min-width:1200px){
    .container{
        max-width:1200px
    }
}
@media (max-width:575px){
    .container{
        max-width:440px
    }
}
.lg-backdrop{
    background-color:rgba(25,25,25,.92)
}
.tm-rating span{
    color:#bdbdbd;
    font-size:18px;
    display:inline-block;
    vertical-align:middle
}
.tm-rating span.active{
    color:#fdc716
}
.tm-preloader{
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    background:#f7f7f7;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    z-index:1000;
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transition:all .6s ease-out 0s;
    -o-transition:all .6s ease-out 0s;
    transition:all .6s ease-out 0s
}
.tm-preloader-logo{
    text-align:center
}
.tm-preloader-progress{
    display:block;
    height:3px;
    width:100%;
    background:#c9c9c9;
    margin-top:30px;
    position:relative;
    overflow:hidden
}
.tm-preloader-progress::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#ae4b84;
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-animation:tmFillFull 4s linear 0s 1 both;
    animation:tmFillFull 4s linear 0s 1 both
}
.tm-preloader .tm-button{
    position:absolute;
    left:auto;
    top:auto;
    right:15px;
    bottom:15px;
    border:0
}
.compensate-for-scrollbar{
    margin-right:0!important
}
.tm-autoflex{
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.tm-autoflex .col{
    -webkit-flex-basis:auto;
    -ms-flex-preferred-size:auto;
    flex-basis:auto;
    -webkit-box-flex:inherit;
    -webkit-flex-grow:inherit;
    -ms-flex-positive:inherit;
    flex-grow:inherit;
    width:auto
}
.slick-slider.slick-dotted{
    padding-bottom:60px
}
.slick-slider.slick-dotted .slick-dots{
    bottom:0;
    line-height:1
}
.slick-slider.slick-dotted .slick-dots li{
    display:inline-block;
    height:15px;
    width:15px;
    border:2px solid #ae4b84;
    border-radius:100px;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    margin:0 7px;
    position:relative
}
.slick-slider.slick-dotted .slick-dots li::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    height:7px;
    width:7px;
    margin-left:-3.5px;
    margin-top:-3.5px;
    background:#ae4b84;
    border-radius:100px;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    visibility:hidden;
    opacity:1
}
.slick-slider.slick-dotted .slick-dots li button{
    display:none
}
.slick-slider.slick-dotted .slick-dots li.slick-active::before{
    visibility:visible;
    opacity:1
}
.slick-slider .slick-arrow{
    z-index:1;
    height:45px;
    width:45px;
    display:inline-block;
    background:rgba(242,186,89,.6);
    text-align:center;
    color:#fff;
    font-size:18px
}
.slick-slider .slick-arrow::before{
    display:none
}
.tm-blog.tm-scrollanim.blog-leftBox {
    background-color: #efefef;
    display: inline-block !important;
    border: 10px solid #FFF;
}
.slick-slider .slick-arrow:hover{
    background:#ae4b84
}
.slick-slider .slick-arrow.slick-prev{
    left:0
}
.slick-slider .slick-arrow.slick-next{
    right:0
}
@media only screen and (max-width:767px){
    .slick-slider.slick-dotted{
        padding-bottom:0
    }
    .slick-slider.slick-dotted .slick-dots{
        display:none!important
    }
}
@media only screen and (max-width:767px){
    .fancybox-slide{
        padding:15px
    }
}
.tm-scrollanim{
    opacity:1
}
.tm-scrollanim.scrollanim-action{
    -webkit-animation:fadeIn 1s ease-in-out 0s 1 forwards;
    animation:fadeIn 1s ease-in-out 0s 1 forwards
}
.tm-button,a.tm-button,button.tm-button{
    display:inline-block;
    height:50px;
    min-width:150px;
    background:#ae4b84;
    color:#fff;
    text-align:center;
    line-height:50px;
    font-weight:600;
    border-radius:4px;
    z-index:1;
    position:relative;
    overflow:hidden;
    padding:0 40px;
    vertical-align:middle;
    font-size:16px
}
.tm-button::before,a.tm-button::before,button.tm-button::before{
    content:"";
    position:absolute;
    left:0;
    top:-100%;
    height:100%;
    width:100%;
    background:#000;
    z-index:-1;
    -webkit-transition:all .4s ease-in-out 0s;
    -o-transition:all .4s ease-in-out 0s;
    transition:all .4s ease-in-out 0s
}
.tm-button:hover::before,a.tm-button:hover::before,button.tm-button:hover::before{
    top:0
}
.tm-button.tm-button-dark,a.tm-button.tm-button-dark,button.tm-button.tm-button-dark{
    background:#ae4b84;
}
.tm-button22 {
    width: 100%;
}
.tm-button.tm-button-dark::before,a.tm-button.tm-button-dark::before,button.tm-button.tm-button-dark::before{
    background:#000
}
.tm-button.tm-button-white,a.tm-button.tm-button-white,button.tm-button.tm-button-white{
    background:#fff;
    color:#000
}
.tm-button.tm-button-white::before,a.tm-button.tm-button-white::before,button.tm-button.tm-button-white::before{
    background:#ae4b84
}
.tm-button.tm-button-white:hover,a.tm-button.tm-button-white:hover,button.tm-button.tm-button-white:hover{
    color:#fff
}
.tm-button.tm-button-transparent,a.tm-button.tm-button-transparent,button.tm-button.tm-button-transparent{
    background:0 0;
    color:#ae4b84;
    border:1px solid #ae4b84
}
.tm-button.tm-button-transparent::before,a.tm-button.tm-button-transparent::before,button.tm-button.tm-button-transparent::before{
    background:#ae4b84
}
.tm-button.tm-button-transparent:hover,a.tm-button.tm-button-transparent:hover,button.tm-button.tm-button-transparent:hover{
    color:#fff
}
.tm-button.tm-button-transparent.tm-button-white,a.tm-button.tm-button-transparent.tm-button-white,button.tm-button.tm-button-transparent.tm-button-white{
    border-color:#fff;
    color:#fff
}
.tm-button.tm-button-transparent.tm-button-white::before,a.tm-button.tm-button-transparent.tm-button-white::before,button.tm-button.tm-button-transparent.tm-button-white::before{
    background:#fff
}
.tm-button.tm-button-transparent.tm-button-white:hover,a.tm-button.tm-button-transparent.tm-button-white:hover,button.tm-button.tm-button-transparent.tm-button-white:hover{
    color:#000
}
.tm-button.tm-button-transparent.tm-button-dark,a.tm-button.tm-button-transparent.tm-button-dark,button.tm-button.tm-button-transparent.tm-button-dark{
    border-color:#000;
    color:#000
}
.tm-button.tm-button-transparent.tm-button-dark::before,a.tm-button.tm-button-transparent.tm-button-dark::before,button.tm-button.tm-button-transparent.tm-button-dark::before{
    background:#000
}
.tm-button.tm-button-transparent.tm-button-dark:hover,a.tm-button.tm-button-transparent.tm-button-dark:hover,button.tm-button.tm-button-transparent.tm-button-dark:hover{
    color:#fff
}
.tm-button.tm-button-small,a.tm-button.tm-button-small,button.tm-button.tm-button-small{
    height:45px;
    line-height:45px;
    min-width:100px;
    padding:0 25px
}
@media only screen and (max-width:767px){
    .tm-button,a.tm-button,button.tm-button{
        height:45px;
        line-height:45px;
        min-width:100px;
        padding:0 25px
    }
}
.tm-readmore,a.tm-readmore,button.tm-readmore{
    display:inline-block;
    font-weight:700;
    font-family:"Open Sans",sans-serif;
    color:#000;
    font-size:16px
}
.tm-readmore::after,a.tm-readmore::after,button.tm-readmore::after{
    content:"\f3d3";
    font-family:Ionicons;
    font-size:18px;
    line-height:1;
    padding-left:10px;
    color:#000;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.tm-readmore:hover,a.tm-readmore:hover,button.tm-readmore:hover{
    color:#ae4b84
}
.tm-readmore:hover::after,a.tm-readmore:hover::after,button.tm-readmore:hover::after{
    color:#ae4b84;
    padding-left:15px
}
.tm-videobutton,a.tm-videobutton,button.tm-videobutton{
    display:inline-block;
    border-radius:1000px;
    vertical-align:middle;
    text-align:center;
    height:80px;
    width:80px
}
.tm-videobutton img,a.tm-videobutton img,button.tm-videobutton img{
    height:100%;
    width:100%
}
@media only screen and (max-width:767px){
    .tm-videobutton,a.tm-videobutton,button.tm-videobutton{
        height:60px;
        width:60px
    }
}
.tm-buttongroup{
    margin-left:-10px;
    margin-top:-10px;
    font-size:0
}
.tm-buttongroup .tm-button{
    margin-left:10px;
    margin-top:10px
}
.tm-sectiontitle{
    margin-bottom:30px;
    padding:0 40px
}
.tm-sectiontitle h3{
    margin-top:-5px;
    margin-bottom:12px;
    font-weight:700
}
.tm-sectiontitle p{
    margin-bottom:0
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .tm-sectiontitle{
        padding:0
    }
}
@media only screen and (max-width:575px){
    .tm-sectiontitle{
        padding:0
    }
}
.tm-feature{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.tm-feature-area{
    padding-top:50px;
    padding-bottom:50px
}
.tm-feature-icon{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100px;
    -ms-flex:0 0 100px;
    flex:0 0 100px;
    max-width:100px;
    text-align:center;
    -webkit-align-self:center;
    -ms-flex-item-align:center;
    align-self:center
}
.tm-feature-content h6{
    font-weight:700;
    margin-bottom:5px
}
.tm-feature-content p{
    margin-bottom:0
}
@media only screen and (max-width:575px){
    .tm-feature-icon{
        -webkit-box-flex:0;
        -webkit-flex:0 0 85px;
        -ms-flex:0 0 85px;
        flex:0 0 85px;
        max-width:85px
    }
}
.tm-form-inner{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top:-30px
}
.tm-form-field{
    margin-top:30px;
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.tm-form-field a{
    color:#ae4b84
}
.tm-form-field a:hover{
    color:#ae4b84
}
.tm-form-fieldhalf{
    -webkit-box-flex:0;
    -webkit-flex:0 0 calc(50% - 15px);
    -ms-flex:0 0 calc(50% - 15px);
    flex:0 0 calc(50% - 15px);
    max-width:calc(50% - 15px)
}
.tm-form label{
    font-family:"Open Sans",sans-serif;
    font-size:15px;
    color:#000;
    line-height:22px
}
.tm-form input,.tm-form select,.tm-form textarea{
    border:1px solid #d2d2d2;
    background:0 0;
    color:#ae4b84;
    border-radius:4px
}
.tm-form input::-webkit-input-placeholder,.tm-form select::-webkit-input-placeholder,.tm-form textarea::-webkit-input-placeholder{
    color:#ae4b84
}
.tm-form input:-moz-placeholder,.tm-form select:-moz-placeholder,.tm-form textarea:-moz-placeholder{
    color:#ae4b84
}
.tm-form input::-moz-placeholder,.tm-form select::-moz-placeholder,.tm-form textarea::-moz-placeholder{
    color:#ae4b84
}
.tm-form input:-ms-input-placeholder,.tm-form select:-ms-input-placeholder,.tm-form textarea:-ms-input-placeholder{
    color:#ae4b84
}
.tm-form input:focus,.tm-form select:focus,.tm-form textarea:focus{
    border-color:rgba(242,186,89,.3)
}
.tm-form textarea{
    min-height:200px
}
.tm-form .nice-select{
    border:1px solid #d2d2d2;
    background:0 0;
    color:#ae4b84;
    border-radius:3px
}
.tm-form .nice-select.open{
    border-color:rgba(242,186,89,.3)
}
.tm-form-sociallogin{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.tm-form-sociallogin h6{
    margin-bottom:0
}
.tm-form-sociallogin ul{
    padding-left:0;
    margin-bottom:0
}
.tm-form-sociallogin ul li{
    list-style:none;
    display:inline-block;
    margin-left:10px
}
.tm-form-sociallogin ul li a{
    display:inline-block;
    height:40px;
    width:40px;
    line-height:40px;
    font-size:18px;
    border-radius:100px;
    color:#fff;
    background:#ae4b84;
    text-align:center
}
.tm-form-sociallogin ul li a:hover{
    color:#fff;
    -webkit-box-shadow:0 2px 10px rgba(34,34,34,.15);
    box-shadow:0 2px 10px rgba(34,34,34,.15)
}
.tm-form-sociallogin ul li a.facebook-btn{
    background:#3b5999
}
.tm-form-sociallogin ul li a.google-btn{
    background:#dd4b39
}
@media only screen and (max-width:575px){
    .tm-form-fieldhalf{
        -webkit-box-flex:0;
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
}
.nice-select{
    height:50px;
    border-radius:3px;
    line-height:48px;
    padding:0 15px;
    padding-right:35px;
    width:100%;
    border-color:#ebebeb;
    font-size:15px
}
.nice-select::after{
    content:"\f123";
    font-family:Ionicons;
    font-size:10px;
    position:absolute;
    border:0;
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
    -webkit-transform-origin:center center;
    -ms-transform-origin:center center;
    transform-origin:center center;
    height:9px;
    width:9px;
    line-height:1;
    text-align:center
}
.nice-select .current{
    display:block;
    padding:0
}
.nice-select .list{
    border-radius:0;
    margin-bottom:0;
    min-width:180px;
    width:100%;
    margin-top:1px
}
.nice-select .list .option{
    padding:0 15px;
    min-height:auto;
    line-height:30px
}
.nice-select .list .option:hover{
    background:#ae4b84;
    color:#fff
}
.nice-select:focus{
    border-color:#ae4b84
}
.nice-select.open{
    border-color:#ae4b84
}
.nice-select.open:after{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
@media only screen and (max-width:767px){
    .nice-select{
        height:44px;
        line-height:42px
    }
}
.tm-tabgroup{
    margin-bottom:45px;
    background:#f7f7f7;
    border-radius:1000px;
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center
}
.tm-tabgroup li{
    margin-top:1px;
    margin-right:1px
}
.tm-tabgroup li a{
    display:inline-block;
    height:50px;
    line-height:48px;
    min-width:170px;
    text-align:center;
    padding:0 35px;
    color:#333;
    font-size:18px;
    font-weight:700;
    border-radius:100px
}
.tm-tabgroup li a:hover{
    color:#ae4b84
}
.tm-tabgroup li a.active{
    background:#ae4b84;
    color:#fff
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-tabgroup li a{
        padding:0 25px;
        font-size:16px;
        background:#f7f7f7;
        min-width:inherit
    }
}
@media only screen and (max-width:767px){
    .tm-tabgroup{
        background:0 0
    }
    .tm-tabgroup li{
        width:100%
    }
    .tm-tabgroup li a{
        display:block;
        height:45px;
        line-height:43px;
        padding:0 25px;
        font-size:16px;
        background:#f7f7f7;
        min-width:inherit
    }
}
.tm-tabgroup2{
    padding-left:0;
    margin-bottom:30px;
    padding:0;
    display:block;
    border-bottom:1px solid #c7c7c7
}
.tm-tabgroup2 li{
    list-style:none;
    display:inline-block
}
.tm-tabgroup2 li:not(:last-child){
    margin-right:50px
}
.tm-tabgroup2 li a{
    color:#000;
    font-size:20px;
    font-weight:600;
    display:inline-block;
    padding:0;
    padding-bottom:10px;
    position:relative
}
.tm-tabgroup2 li a::after{
    content:"";
    position:absolute;
    left:0;
    top:100%;
    height:1px;
    width:100%;
    background:#13788a;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0)
}
.tm-tabgroup2 li a.active::after{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}
@media only screen and (max-width:575px){
    .tm-tabgroup2 li:not(:last-child){
        margin-right:30px
    }
}
.tab-content{
    width:100%
}
.tab-content .tab-pane{
    display:block;
    height:0;
    max-width:100%;
    visibility:hidden;
    overflow:hidden;
    opacity:1
}
.tab-content .tab-pane.active{
    height:auto;
    visibility:visible;
    opacity:1;
    overflow:visible
}
.tm-pagination ul{
    padding-left:0;
    margin-bottom:0;
    font-size:0
}
.tm-pagination ul li{
    display:inline-block;
    vertical-align:middle;
    font-size:18px
}
.tm-pagination ul li:not(:last-child){
    margin-right:2px
}
.tm-pagination ul li a{
    display:inline-block;
    color:#000;
    font-family:"Open Sans",sans-serif;
    font-weight:400;
    font-size:16px;
    text-align:center;
    min-width:40px;
    height:40px;
    line-height:40px;
    padding:0 3px;
    border:1px solid transparent;
    border-radius:5px;
    font-weight:700
}
.tm-pagination ul li a:hover{
    color: #ffffff;
    background-color: #ae4b84;
}
.tm-pagination ul li.is-active a{
    background:#ae4b84;
    color:#fff;
    border-color:#ae4b84;
}
.tm-prodetails-thumbnail.slick-slide.slick-current.slick-active.slick-center {
        border: 1px solid #b9b9b9;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 65%);
}
.mt-20 {
    margin-top: 25px;
}
.all-view a {
    color: #d50020;
    font-size: 13px;
    font-weight: bold;
}
.row-two {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.ratingbox-three {
    width: 35px !important;
    height: 20px !important;
    line-height: normal;
}
.ratingbox-one {
    background-color: rgb(3, 141, 99);
    border-radius: 3px;
    padding: 0 5px;
    width: 50px;
    text-align: center;
    float: left;
}
.reviews-custombr-right {
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}
.customber-neme {
    text-align: left;
}
.customber-neme span {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.customber-neme span:first-child:after {
    content: "|";
    width: 15px;
    display: inline-block;
    text-align: center;
}
.offcanvas-copy {
    /*top: 130px !important;
    border-radius: 20px 0 0 20px;
    height: 420px;*/
    background-color: #ae4b84;
    border-radius: 0;
}
.offcanvas-header-two {
    padding-bottom: 0;
    background-color: #fff;
    border: 1px solid #ae4b84;
}
.btn-close-one {
    margin-top: -20px !important;
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-pagination ul li a{
        min-width:45px;
        height:45px;
        line-height:45px
    }
}
@media only screen and (max-width:767px){
    .tm-pagination ul li a{
        min-width:40px;
        height:40px;
        line-height:40px;
        font-size:16px
    }
}
.tm-banner{
    position:relative;
    display:block;
    overflow:hidden
}
.tm-banner::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(242,186,89,.3);
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    visibility:hidden;
    opacity:1;
    z-index:1
}
.tm-banner:hover::before{
    visibility:visible;
    opacity:1;
    -webkit-animation:bannerAnim 1s linear 0s 1 both;
    animation:bannerAnim 1s linear 0s 1 both
}
.tm-header{
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.15);
    box-shadow:0 0 5px rgba(0,0,0,.15);
    position:relative;
    z-index:99
}
.tm-header-toparea{
    font-size:14px;
    padding:7px 0;
    box-shadow: 0 0 30px #d3d2d2;
    position:relative;
    z-index:100
}
.tm-header-options{
    text-align:right;
    padding:3px 0
}
.tm-header-currency,.tm-header-language,.tm-header-links{
    display:inline-block;
    position:relative;
    text-align:left;
    z-index:2
}
.tm-header-currency:not(:last-child),.tm-header-language:not(:last-child),.tm-header-links:not(:last-child){
    margin-right:30px
}
.tm-header-currency>a,.tm-header-currency>button,.tm-header-language>a,.tm-header-language>button,.tm-header-links>a,.tm-header-links>button{
    padding:0;
    border:none;
    color:#000;
    height:auto
}
.tm-header-currency>a:after,.tm-header-currency>button:after,.tm-header-language>a:after,.tm-header-language>button:after,.tm-header-links>a:after,.tm-header-links>button:after{
    content:"\f123";
    font-family:Ionicons;
    font-size:10px;
    margin-left:5px
}
.tm-header-currency>a:focus,.tm-header-currency>button:focus,.tm-header-language>a:focus,.tm-header-language>button:focus,.tm-header-links>a:focus,.tm-header-links>button:focus{
    outline:0
}
.tm-header-currency ul,.tm-header-language ul,.tm-header-links ul{
    display:none;
    position:absolute;
    width:100%;
    min-width:180px;
    padding-left:0;
    margin-bottom:0;
    list-style:none;
    background:#f7f7f7;
    -webkit-box-shadow:0 2px 10px rgba(34,34,34,.15);
    box-shadow:0 2px 10px rgba(34,34,34,.15);
    left:auto;
    top:100%;
    right:0;
    padding:0 20px;
    border-bottom:3px solid #ae4b84;
    z-index:9
}
.tm-header-currency ul li,.tm-header-language ul li,.tm-header-links ul li{
    color:#ae4b84;
    border-bottom:1px solid #ebebeb;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    display:block
}
.tm-header-currency ul li a,.tm-header-language ul li a,.tm-header-links ul li a{
    display:block;
    padding:5px 0;
    color:#ae4b84
}
.tm-header-currency ul li a:hover,.tm-header-language ul li a:hover,.tm-header-links ul li a:hover{
    color:#ae4b84
}
.tm-header-currency ul li:hover,.tm-header-language ul li:hover,.tm-header-links ul li:hover{
    color:#ae4b84
}
.tm-header-currency button img,.tm-header-currency li img,.tm-header-language button img,.tm-header-language li img,.tm-header-links button img,.tm-header-links li img{
    margin-right:10px
}
.tm-header-info{
    padding:3px 0;
    margin-bottom:0;
    font-size:0
}
.tm-header-info li{
    display:inline-block;
    margin-right:30px;
    list-style:none;
    font-size:15px;
    line-height:26px;
    vertical-align:middle;
    color:#fff
}
.tm-header-info li i{
    margin-right:8px;
    font-size:18px;
    line-height:1;
    vertical-align:text-bottom
}
.tm-header-info li a{
    display:inline-block;
    vertical-align:middle;
    color:#000;
}
.tm-header-info li a:hover{
    color:#ae4b84
}
.tm-header-middlearea{
    padding:25px 0;
    position:relative;
    z-index:7
}
.tm-header-logo{
    display:inline-block;
    height:46px
}
.tm-header-logo img{
    max-height:100%
}
.tm-header-search{
    position:relative
}
.tm-header-search input:not([type=submit]){
    border-radius:100px;
    padding-left:20px;
    padding-right:75px
}
.tm-header-search input:not([type=submit])::-webkit-input-placeholder{
    color:#959595
}
.tm-header-search input:not([type=submit]):-moz-placeholder{
    color:#959595
}
.tm-header-search input:not([type=submit])::-moz-placeholder{
    color:#959595
}
.tm-header-search input:not([type=submit]):-ms-input-placeholder{
    color:#959595
}
.tm-header-search button,.tm-header-search input[type=submit]{
    position:absolute;
    left:auto;
    right:0;
    top:0;
    border-radius:0 100px 100px 0;
    font-size:24px;
    background:#ae4b84;
    color:#fff;
    border-color:#ae4b84;
    width:60px;
    text-align:center;
    padding:0
}
.tm-header-search button:hover,.tm-header-search input[type=submit]:hover{
    background:#ae4b84;
    border-color:#ae4b84
}
.tm-header-icons{
    padding-left:0;
    margin-bottom:0;
    list-style:none;
    text-align:right
}
.tm-header-icons li{
    display:inline-block
}
.tm-header-icons li:not(:last-child){
    margin-right:20px
}
.tm-header-icons li a{
    font-size:24px;
    color:#ae4b84;
    position:relative;
    display: inline-block;
}
.tm-header-icons li a span{
    height:15px;
    width:15px;
    border-radius:100px;
    line-height:15px;
    position:absolute;
    top:auto;
    bottom:0;
    left:auto;
    right:-10px;
    font-size:11px;
    background:#ae4b84;
    color:#fff;
    text-align:center
}
.tm-header-icons li a:hover{
    color:#ae4b84
}
.tm-header-bottomarea{
    border-top:1px solid #ebebeb
}
.tm-header-nav{
    text-align:center
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-header-options{
        text-align:center
    }
    .tm-header-search{
        margin-top:20px
    }
    .tm-header-info{
        text-align:center
    }
    /* .tm-header-icons{
        padding-right:55px
    } */
}
@media only screen and (max-width:767px){
    .tm-header-options{
        text-align:center
    }
    .tm-header-links ul{
        right:auto;
        left:0
    }
    .tm-header-currency ul{
        left:50%;
        right:auto;
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        transform:translateX(-50%)
    }
    .tm-header-search{
        margin-top:20px
    }
    .tm-header-info{
        text-align:center
    }
    .tm-header-icons{
        padding-right:0px
        
    }
    .tm-header-icons li:not(:last-child){
        margin-right:20px
    }
    .tm-header-logo{
        height:33px
    }
}
.tm-header-sticky .tm-header-bottomarea{
    position:absolute;
    background-color: #ae4b84 !important;
    left:0;
    right:0;
    width:100%;
    top:100%;
    z-index:9999;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,.11);
    box-shadow:0 2px 2px rgba(0,0,0,.11)
}
.tm-header-sticky.is-sticky .tm-header-bottomarea{
    position:fixed;
    top:0;
    -webkit-animation:slideInDown .5s ease-in-out 0s 1 both;
    animation:slideInDown .5s ease-in-out 0s 1 both
}
.tm-mobilenav{
    position:relative;
    top:100%;
    width:100%
}
.tm-mobilenav .mean-bar{
    background:#0c1923;
    padding:0;
    min-height:0;
    z-index:99
}
.tm-mobilenav a.meanmenu-reveal{
    margin-top:8px;
    text-indent:0;
    padding:0;
    text-align:center;
    width:25px;
    height:25px;
    line-height:20px;
    color:#3c424f;
    font-size:24px!important
}
.tm-mobilenav .mean-nav{
    margin-top:66px;
    background:#f7f7f7;
    position:absolute;
    left:0;
    top:100%;
    right:0;
    width:100%;
    -webkit-box-shadow:0 2px 10px rgba(34,34,34,.15);
    box-shadow:0 2px 10px rgba(34,34,34,.15)
}
.tm-mobilenav .mean-nav>ul{
    max-height:100%;
    overflow-y:auto
}
.tm-mobilenav .mean-nav>ul li a{
    padding:7px 5%;
    border-top:1px solid rgba(170,170,170,.2);
    font-size:14px;
    font-family:Montserrat,sans-serif;
    text-transform:inherit;
    color:#000
}
.tm-mobilenav .mean-nav>ul li a:hover{
    background:#ae4b84;
    color:#fff
}
.tm-mobilenav .mean-nav>ul li a.mean-expand{
    padding:0 6px!important;
    height:41px;
    line-height:41px;
    background:rgba(242,186,89,.7);
    color:#fff;
    margin-top:0
}
.tm-mobilenav .mean-nav>ul li a.mean-expand:hover{
    background:rgba(255,255,255,.1)
}
.tm-mobilenav .mean-nav>ul li li a{
    opacity:1
}
.tm-mobilenav .mean-nav>ul li ul li a{
    padding:7px 10%
}
.tm-mobilenav .mean-nav>ul li ul ul li a{
    padding:7px 15%
}
.tm-mobilenav .mean-nav>ul li ul ul ul li a{
    padding:7px 20%
}
@media only screen and (max-width:767px){
    .tm-mobilenav a.meanmenu-reveal{
        margin-top:3px
    }
    .tm-mobilenav .mean-nav{
        margin-top:53px
    }
}
.tm-header-nav{
    position:relative
}
.tm-header-nav ul{
    margin-bottom:0;
    padding-left:0
}
.tm-header-nav ul li{
    list-style:none;
    display:inline-block;
    margin:0 18px;
    position:relative
}
.tm-header-nav ul li:first-child{
    margin-left:0
}
.tm-header-nav ul li:last-child{
    margin-right:0
}
.tm-header-nav ul li a{
    height: 25px;
    border-radius: 0px;
    margin: 6px 0;
    padding: 6px 10px;
    display:inline-block;
    color:#fff;
    font-family:"Open Sans",sans-serif;
    font-weight:normal;
    font-size:15px;
    border-left: 1px solid #ae4b84;
    border-right: 1px solid #ae4b84;
}
.tm-header-nav ul li a:hover {
    /*border-left: 1px solid #fff;
    border-right: 1px solid #fff;*/
}
.tm-header-nav ul li.current>a,.tm-header-nav ul li:hover>a{
    color:#ae4b84
}
.accordion-body-copy1 {
    padding-left: 0;
    padding-right: 0;
}
.form-group-three label {
    width: 100% !important;
    margin-bottom: 0px !important;
    cursor: pointer;
    padding: 4px 20px;
        border-top: 1px solid #e7e7e7;
}
.form-group-five label:hover {
    background-color: #ae4b84;
    color: #fff;
    transition: all .4s ease-in-out;
}
.active1 {
    background-color: #ae4b84;
    border-radius: 0px;
    padding-left: 10px;
    color: #fff;
}
.tm-header-nav .tm-header-nav-dropdown>a::after{
    content:"\f123";
    font-family:Ionicons;
    font-size:12px;
    padding-left:3px;
    vertical-align:middle
}
.tm-header-nav .tm-header-nav-dropdown ul{
    position:absolute;
    text-align:left;
    padding:10px 0;
    left:100%;
    top:0;
    width:100%;
    background:#fff;
    -webkit-box-shadow:0 3px 10px rgba(0,0,0,.15);
    box-shadow:0 3px 10px rgba(0,0,0,.15);
    border-top:2px solid #ae4b84;
    border-bottom:5px solid #ae4b84;
    visibility:hidden;
    opacity:1;
    z-index:-1;
    border-radius:0 0 10px 10px;
    -webkit-transition:all .1s ease-in-out 0s;
    -o-transition:all .1s ease-in-out 0s;
    transition:all .1s ease-in-out 0s;
}
.tm-header-nav .tm-header-nav-dropdown ul li{
    display:block;
    padding:0 0px;
    -webkit-transition:all .1s ease-in-out 0s;
    -o-transition:all .1s ease-in-out 0s;
    transition:all .1s ease-in-out 0s;
    margin:0
}
.tm-header-nav .tm-header-nav-dropdown ul li a{
    padding:6px 0;
    line-height:1.3;
    display:block;
    font-weight:400;
    font-size:14px;
    color:#000
}
.tm-header-nav .tm-header-nav-dropdown ul li.has-child::after{
    content:"";
    clear:both;
    display:table
}
.tm-header-nav .tm-header-nav-dropdown ul li.has-child>a::after{
    content:"\f125";
    font-family:Ionicons;
    font-size:12px;
    float:right
}
.tm-header-nav .tm-header-nav-dropdown ul li:hover>a{
        color: #fff;
    background-color: #ae4b84;
}
.tm-header-nav .tm-header-nav-dropdown ul li:hover>ul{
    visibility:visible;
    opacity:1;
    z-index:1
}
.tm-header-nav .tm-header-nav-dropdown>ul{
    left:0;
    top:100%
}
.tm-header-nav .tm-header-nav-dropdown:hover>ul{
    visibility:visible;
    opacity:1;
    z-index:9
}
.tm-header-nav .tm-header-nav-dropdown.overflow-element ul{
    left:auto;
    right:100%
}
.tm-header-nav .tm-header-nav-dropdown.overflow-element>ul{
    left:auto;
    right:0
}
.tm-header-nav .tm-header-nav-megamenu{
    position:inherit
}
.tm-header-nav .tm-header-nav-megamenu>a::after{
    content:"\f123";
    font-family:Ionicons;
    font-size:12px;
    padding-left:3px;
    vertical-align:middle
}
.tm-header-nav .tm-header-nav-megamenu>ul{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    position:absolute;
    text-align:left;
    left:0;
    top:100%;
    width:100%;
    background:#fff;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
    box-shadow:0 0 10px rgba(0,0,0,.1);
    border-top:4px solid #ae4b84;
    padding:15px;
    visibility:hidden;
    opacity:1;
    z-index:-1
}
.tm-header-nav .tm-header-nav-megamenu>ul>li{
    display:block;
    width:100%;
    margin:15px 0;
    padding:0 20px
}
.tm-header-nav .tm-header-nav-megamenu>ul>li:not(:last-child){
    border-right:1px solid #ebebeb
}
.tm-header-nav .tm-header-nav-megamenu>ul>li>a{
    display:block;
    color:#ae4b84;
    border-bottom:1px solid #ae4b84;
    padding:0;
    padding-bottom:5px;
    margin-bottom:15px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px
}
.tm-header-nav .tm-header-nav-megamenu>ul ul li{
    display:block;
    margin:0
}
.tm-header-nav .tm-header-nav-megamenu>ul ul li a{
    padding:5px 0;
    line-height:1.3;
    display:block;
    font-weight:400;
    font-size:14px
}
.tm-header-nav .tm-header-nav-megamenu:hover>ul{
    visibility:visible;
    opacity:1;
    z-index:9
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .tm-header-nav ul li{
        margin:0 11px
    }
}
.tm-heroslider{
    position:relative;
    background-position:right center;
    background-size:cover;
    background-repeat:no-repeat;
    display:-webkit-box!important;
    display:-webkit-flex!important;
    display:-ms-flexbox!important;
    display:flex!important;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.tm-heroslider::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(255,255,255,.7);
    z-index:-1;
    display:none
}
.tm-heroslider-area{
    position:relative
}
.tm-heroslider-content{
    padding:100px 0
}
.tm-heroslider-content h1{
    margin-top:-10px;
    font-size:50px;
    line-height:64px;
    color:#000
}
.tm-heroslider-content p{
    font-size:20px;
    line-height:30px;
    margin-top:30px;
    color:#000
}
.tm-heroslider-content .tm-button{
    margin-top:25px
}
.tm-heroslider-social{
    padding-left:0;
    margin-bottom:0;
    position:absolute;
    left:30px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    width:20px;
    z-index:5;
    text-align:center;
    padding:15px 0
}
.tm-heroslider-social li{
    list-style:none;
    display:inline-block;
    margin:0;
    position:relative
}
.tm-heroslider-social li a{
    color:#000;
    display:inline-block;
    font-size:18px;
    text-align:center;
    background:0 0;
    padding:5px
}
.tm-heroslider-social li a:hover{
    color:#ae4b84
}
.tm-heroslider-social li span{
    position:absolute;
    left:100%;
    top:50%;
    line-height:20px;
    margin-top:-10px;
    visibility:hidden;
    opacity:1;
    padding-left:10px;
    font-size:16px;
    color:#ae4b84
}
.tm-heroslider-social li:hover span{
    visibility:visible;
    opacity:1
}
@media only screen and (max-width:1350px){
    .tm-heroslider-social{
        display:none
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .tm-heroslider-content h1{
        font-size:36px;
        line-height:46px
    }
    .tm-heroslider-content p{
        font-size:18px;
        line-height:28px;
        margin-top:20px
    }
    .tm-heroslider-content .tm-button{
        margin-top:15px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-heroslider::after{
        display:block
    }
    .tm-heroslider-content h1{
        font-size:34px;
        line-height:44px
    }
    .tm-heroslider-content p{
        font-size:16px;
        line-height:26px;
        margin-top:20px
    }
    .tm-heroslider-content .tm-button{
        margin-top:15px
    }
}
@media only screen and (max-width:767px){
    .tm-heroslider::after{
        display:block
    }
    .tm-heroslider-content{
        padding-right:100px
    }
    .tm-heroslider-content h1{
        font-size:32px;
        line-height:42px
    }
    .tm-heroslider-content p{
        font-size:16px;
        line-height:26px;
        margin-top:20px
    }
    .tm-heroslider-content .tm-button{
        margin-top:15px
    }
}
@media only screen and (max-width:575px){
    .tm-heroslider-content{
        padding-right:0
    }
    .tm-heroslider-content h1{
        font-size:28px;
        line-height:38px
    }
    .tm-heroslider-content p{
        font-size:16px;
        line-height:26px;
        margin-top:20px
    }
    .tm-heroslider-content .tm-button{
        margin-top:15px
    }
}
.tm-heroslider-slider.slick-dotted{
    padding-bottom:0
}
.tm-heroslider-slider.slick-dotted .slick-dots{
    position:absolute;
    left:0;
    top:auto;
    bottom:30px;
    z-index:5
}
.tm-heroslider-slider.slick-dotted .slick-dots li{
    background:#ae4b84;
    width:30px;
    height:3px;
    border-radius:0
}
.tm-heroslider-slider.slick-dotted .slick-dots li:hover{
    opacity:.5;
    background:#ae4b84
}
.tm-heroslider-slider.slick-dotted .slick-dots li.slick-active{
    background:#ae4b84
}
.tm-heroslider-slider .slick-arrow{
    top:50%;
    color:#000;
    font-size:36px;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    height:65px;
    width:65px;
    text-align:center;
    border-radius:100px;
    background:rgba(0,0,0,.1)
}
.tm-heroslider-slider .slick-arrow.slick-prev{
    left:50px
}
.tm-heroslider-slider .slick-arrow.slick-next{
    right:50px
}
.tm-heroslider-slider .slick-arrow:hover{
    background:#000;
    color:#fff
}
.tm-heroslider-slider .tm-heroslider-contentwrapper{
    overflow:hidden
}

.tm-heroslider-slider .tm-heroslider-content{
    -webkit-transition:all 1s ease-in-out .5s;
    -o-transition:all 1s ease-in-out .5s;
    transition:all 1s ease-in-out .5s;
    -webkit-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    transform:translateX(-100%)
}
.tm-heroslider-slider .tm-heroslider.slick-current .tm-heroslider-content{
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0)
}
@media only screen and (max-width:1600px){
    .tm-heroslider-slider .slick-arrow{
        height:50px;
        width:50px;
        font-size:26px
    }
    .tm-heroslider-slider .slick-arrow.slick-prev{
        left:10px
    }
    .tm-heroslider-slider .slick-arrow.slick-next{
        right:10px
    }
}
@media only screen and (max-width:1300px){
    .tm-heroslider-slider .slick-arrow{
        top:auto;
        bottom:20px;
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
        transform:translate(0,0);
        background:rgba(0,0,0,.4);
        color:#fff
    }
    .tm-heroslider-slider .slick-arrow.slick-prev{
        left:auto;
        right:calc(50% + 10px)
    }
    .tm-heroslider-slider .slick-arrow.slick-next{
        left:calc(50% + 10px);
        right:auto
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .tm-heroslider-slider.slick-dotted .slick-dots{
        bottom:20px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-heroslider-slider.slick-dotted .slick-dots{
        bottom:20px
    }
    .tm-heroslider-slider .slick-arrow{
        height:40px;
        width:40px;
        font-size:22px
    }
}
@media only screen and (max-width:767px){
    .tm-heroslider-slider.slick-dotted .slick-dots{
        bottom:20px
    }
    .tm-heroslider-slider .slick-arrow{
        height:40px;
        width:40px;
        font-size:22px
    }
}
.tm-about-content h4{
    font-weight:700
}
.tm-about-content h6{
    color:#ae4b84
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-about-content{
        padding-top:30px
    }
}
@media only screen and (max-width:767px){
    .tm-about-content{
        padding-top:30px
    }
}
.tm-service{
    background-color:transparent;
    width:100%;
    height:250px;
    -webkit-perspective:800px;
    perspective:800px
}
.tm-service-inner{
    position:relative;
    width:100%;
    height:100%;
    text-align:center;
    -webkit-transition:-webkit-transform .6s;
    transition:-webkit-transform .6s;
    -o-transition:transform .6s;
    transition:transform .6s;
    transition:transform .6s,-webkit-transform .6s;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-transform:rotateY(0) translateZ(0);
    transform:rotateY(0) translateZ(0)
}
.tm-service-frontside{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:3;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    z-index:2;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}
.tm-service-frontside::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:.55;
    z-index:-1
}
.tm-service-frontside h6{
    color:#fff;
    font-weight:700;
    font-family:"Open Sans",sans-serif;
    margin-bottom:0
}
.tm-service-backside{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#13788a;
    color:#fff;
    padding:45px 30px;
    z-index:1;
    -webkit-transform:rotateY(180deg) translateZ(0);
    transform:rotateY(180deg) translateZ(0);
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column
}
.tm-service-backside a{
    color:#fff
}
.tm-service-backside h6{
    color:#fff;
    font-weight:700;
    font-family:"Open Sans",sans-serif
}
.tm-service-backside a.tm-readmore{
    color:#fff
}
.tm-service:hover .tm-service-inner{
    -webkit-transform:rotateY(180deg) translateZ(0);
    transform:rotateY(180deg) translateZ(0)
}
.tm-provide-content h2{
    margin-top:-7px
}
.tm-provide-image{
    margin-top:-100px;
    margin-bottom:-100px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-provide-image{
        margin-top:40px;
        margin-bottom:0
    }
}
@media only screen and (max-width:767px){
    .tm-provide-image{
        margin-top:40px;
        margin-bottom:0
    }
}
.tm-service-details img{
    margin-bottom:30px
}
@media only screen and (max-width:767px){
    .tm-service-details .f-right{
        float:none
    }
    .tm-service-details .pl-3{
        padding-left:0!important
    }
}
.tm-product-topside{
    position:relative;
    overflow:hidden;
    z-index:1
}
.tm-product-topside img{
    width:100%
}
.tm-product-images{
    position:relative
}
.tm-product-images img+img{
    position:absolute;
    left:0;
    top:0;
    visibility:hidden;
    opacity:1;
    -webkit-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s
}
.tm-product-badges{
    position:absolute;
    left:10px;
    top:10px;
    width:calc(100% - 20px)
}
.tm-product-badges span{
    position: absolute;
    left: 0;
    top: 0;
    background: #ae4b84;
    color: #fff;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
    font-size: 10px;
    display: inline-block;
    border-radius: 3px;
}
.tm-product-badges span.tm-product-badges-soldout{
    left:auto;
    right:0;
    background:#000
}
.tm-product-badges .tm-product-badges-new+.tm-product-badges-sale{
    top:25px
}
.tm-product-actions{
    padding-left:0;
    margin-bottom:0;
    position:absolute;
    left:0;
    right:0;
    top:auto;
    bottom:0;
    width:100%;
    background:0 0;
    padding:25px 0;
    text-align:center;
    font-size:0;
    z-index:2
}
.tm-product-actions li{
    list-style:none;
    display:inline-block;
    font-size:18px;
    vertical-align:middle;
    visibility:hidden;
    opacity:1;
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    margin:0 4px
}
.tm-product-actions li a,.tm-product-actions li button{
    display:inline-block;
    height:40px;
    min-width:40px;
    padding:0;
    line-height:40px;
    border-radius:4px;
    background:#ae4b84;
    outline:0;
    text-align:center;
    color:#fff;
    font-size:15px;
    vertical-align:middle;
    border-color:#ae4b84
}
.tm-product-actions li a i,.tm-product-actions li button i{
    font-size:18px;
    line-height:37px
}
.tm-product-actions li:first-child{
    margin-left:0
}
.tm-product-actions li:first-child a,.tm-product-actions li:first-child button{
    padding:0 15px
}
.tm-product-actions li:last-child{
    margin-right:0
}
.tm-product-bottomside{
    padding-top:25px
}
.tm-product-bottomside h6{
    margin-bottom:5px;
    font-weight:600;
    font-family:"Open Sans",sans-serif;
    font-size:16px
}
.tm-product-bottomside h6{
    color:#000
}
.product-images-two img {
    object-fit: fill;
    height: 280px;
}
.tm-product-bottomside .tm-ratingbox{
    float:right
}
.tm-product-content{
    display:none
}
.tm-product-price{
    margin-top:10px;
    color:#ae4b84;
    font-weight:600;
    margin-top:5px;
    display:block;
    font-size:16px
}
.tm-product-price del{
    color:#ae4b84;
    margin-right:10px;
    font-weight:400
}
.tm-product:hover .tm-product-images img+img{
    visibility:visible;
    opacity:1
}
.tm-product:hover .tm-product-actions li{
    visibility:visible;
    opacity:1;
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
}
.list-view [class^=col]{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.list-view .tm-product{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.list-view .tm-product-topside{
    -webkit-box-flex:0;
    -webkit-flex:0 0 270px;
    -ms-flex:0 0 270px;
    flex:0 0 270px;
    max-width:270px;
    -webkit-align-self:flex-start;
    -ms-flex-item-align:start;
    align-self:flex-start
}
.list-view .tm-product-topside .tm-product-actions{
    display:none
}
.list-view .tm-product-bottomside{
    padding:0;
    padding-left:30px
}
.list-view .tm-product-bottomside .tm-product-content{
    display:block;
    padding-top:15px
}
.list-view .tm-product-bottomside .tm-product-actions{
    position:relative;
    text-align:left;
    padding:0;
    padding-top:10px
}
.list-view .tm-product-bottomside .tm-product-actions li{
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
    opacity:1;
    visibility:visible
}
@media only screen and (max-width:767px){
    .list-view .tm-product{
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .list-view .tm-product-topside{
        -webkit-box-flex:0;
        -webkit-flex:0 0 320px;
        -ms-flex:0 0 320px;
        flex:0 0 320px;
        max-width:320px
    }
    .list-view .tm-product-bottomside{
        padding-top:30px;
        padding-left:0
    }
}
@media only screen and (max-width:480px){
    .list-view .tm-product-topside{
        -webkit-box-flex:0;
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
}
.tm-ratingbox{
    font-size:0
}
.tm-ratingbox span{
    font-size:18px;
    display:inline-block;
    vertical-align:middle
}
.tm-ratingbox span:not(:last-child){
    margin-right:4px
}
.tm-ratingbox span.is-active{
    color:#fdc716
}
.tm-offer-content h6{
    font-weight:600;
    font-family:"Open Sans",sans-serif
}
.tm-offer-content h1{
    font-size:60px;
    line-height:72px
}
.tm-offer-content h1 span{
    color:#ae4b84
}
.tm-offer-content .tm-countdown{
    margin-top:0
}
.tm-offer-content .tm-button{
    margin-top:50px
}
.tm-offer-image{
    height:450px;
    width:450px;
    padding:20px;
    border-radius:1000px;
    margin:auto;
    position:relative
}
.tm-offer-image img{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    max-height:90%;
    max-width:90%
}
.tm-offer-image::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(242,186,89,.15);
    z-index:-1;
    border-radius:1000px;
    -webkit-animation:growShrink 5s ease-in-out .2s infinite both;
    animation:growShrink 5s ease-in-out .2s infinite both
}
.tm-offer-image::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(242,186,89,.1);
    z-index:-1;
    border-radius:1000px;
    -webkit-animation:growShrink2 5s ease-in-out .2s infinite both;
    animation:growShrink2 5s ease-in-out .2s infinite both
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .tm-offer-content h1{
        font-size:54px;
        line-height:66px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-offer-image{
        margin-bottom:50px
    }
    .tm-offer-content h1{
        font-size:46px;
        line-height:56px
    }
}
@media only screen and (max-width:767px){
    .tm-offer-image{
        margin-bottom:50px
    }
    .tm-offer-content h1{
        font-size:46px;
        line-height:56px
    }
}
@media only screen and (max-width:575px){
    .tm-offer-image{
        height:360px;
        width:360px
    }
    .tm-offer-content h1{
        font-size:36px;
        line-height:46px
    }
}
@media only screen and (max-width:575px){
    .tm-offer-image{
        height:270px;
        width:270px
    }
}
.tm-countdown{
    margin-top:-30px
}
.tm-countdown-pack{
    min-width:100px;
    min-height:100px;
    text-align:center;
    background:#fff;
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:30px;
    -webkit-box-shadow:0 2px 10px rgba(34,34,34,.15);
    box-shadow:0 2px 10px rgba(34,34,34,.15);
    position:relative
}
.tm-countdown-pack:not(:last-child){
    margin-right:30px
}
.tm-countdown-pack h2{
    margin-top:5px;
    margin-bottom:0;
    line-height:1;
    font-weight:600
}
.tm-countdown-pack h6{
    font-family:"Open Sans",sans-serif;
    font-weight:400;
    margin-bottom:0;
    color:#ae4b84
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .tm-countdown{
        margin-top:-20px
    }
    .tm-countdown-pack{
        margin-top:20px;
        min-width:95px;
        min-height:95px
    }
    .tm-countdown-pack:not(:last-child){
        margin-right:20px
    }
}
@media only screen and (max-width:767px){
    .tm-countdown{
        margin-top:-20px
    }
    .tm-countdown-pack{
        margin-top:20px;
        min-width:95px;
        min-height:95px
    }
    .tm-countdown-pack:not(:last-child){
        margin-right:20px
    }
}
.tm-instaphotos{
    margin-bottom:0;
    padding-left:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.tm-instaphotos li{
    max-width:calc(100% / 8);
    list-style:none
}
.tm-instaphotos li a{
    display:inline-block;
    position:relative
}
.tm-instaphotos li a::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,.5);
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    visibility:hidden;
    opacity:1
}
.tm-instaphotos li a ul{
    padding-left:0;
    margin-bottom:0;
    position:absolute;
    width:100%;
    text-align:center;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.tm-instaphotos li a ul li{
    display:inline-block;
    margin:0 15px;
    color:#fff;
    font-size:14px;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    visibility:hidden;
    opacity:1;
    white-space:nowrap
}
.tm-instaphotos li a ul li i{
    font-size:20px
}
.tm-instaphotos li a:hover::before{
    visibility:visible;
    opacity:1
}
.tm-instaphotos li a:hover ul li{
    visibility:visible;
    opacity:1
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-instaphotos li{
        max-width:calc(100% / 4)
    }
}
@media only screen and (max-width:767px){
    .tm-instaphotos li{
        max-width:calc(100% / 4)
    }
}
@media only screen and (max-width:575px){
    .tm-instaphotos li{
        max-width:calc(100% / 3)
    }
}
.tm-newsletter-title{
    margin-bottom:0;
    font-weight:700
}
.tm-newsletter-form{
    background:#fff;
    border:1px solid #ebebeb;
    border-radius:5px;
    padding:3px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.tm-newsletter-form input{
    background:#fff;
    border:0;
    outline:0;
    -webkit-flex-shrink:100;
    -ms-flex-negative:100;
    flex-shrink:100
}
.tm-newsletter-form button,.tm-newsletter-form input[type=submit]{
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.tm-newsletter-call{
    padding-left:30px;
    border-left:1px solid #c5c6c7
}
.tm-newsletter-call p{
    margin-bottom:0;
    color:#13788a
}
.tm-newsletter-call h3{
    margin-bottom:0;
    line-height:1
}
.tm-newsletter-call h3 a{
    color:#000;
    font-weight:700
}
.tm-newsletter-call h3 a:hover{
    color:#ae4b84
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .tm-newsletter-title{
        margin-bottom:20px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .tm-newsletter-title{
        margin-bottom:20px
    }
}
@media only screen and (max-width:767px){
    .tm-newsletter-title{
        margin-bottom:20px
    }
    .tm-newsletter-call{
        margin-top:20px
    }
}
.tm-member-topside{
    position:relative;
    overflow:hidden
}
.tm-member-topside img{
    width:100%
}
.tm-member-topside ul{
    padding-left:0;
    margin-bottom:0;
    position:absolute;
    left:0;
    top:auto;
    bottom:0;
    width:100%;
    background:-webkit-gradient(linear,left top,left bottom,from(0),color-stop(0,rgba(0,0,0,.4)),to(transparent)) 50%;
    background:-o-linear-gradient(0,rgba(0,0,0,.4) 0,transparent) 50%;
    background:linear-gradient(0,rgba(0,0,0,.4) 0,transparent) 50%;
    padding:10px 20px;
    text-align:center;
    font-size:0;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    height:40%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center
}
.tm-member-topside ul li{
    list-style:none;
    display:inline-block;
    font-size:18px;
    vertical-align:middle;
    margin:0 10px
}
.tm-member-topside ul li a,.tm-member-topside ul li button{
    display:inline-block;
    vertical-align:middle;
    padding:2px 5px;
    color:#fff;
    outline:0;
    border:none;
    height:auto
}
.tm-member-topside ul li a:hover,.tm-member-topside ul li button:hover{
    color:#ae4b84
}
.tm-member-bottomside{
    padding-top:25px
}
.tm-member-bottomside h6{
    font-family:"Open Sans",sans-serif;
    color:#000;
    font-weight:600;
    margin-bottom:5px
}
.tm-member-bottomside p{
    margin-bottom:0
}
.tm-member:hover .tm-member-topside ul{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
}
.tm-portfolio{
    display:block;
    position:relative
}
.tm-portfolio::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,.6);
    pointer-events:none;
    visibility:hidden;
    opacity:1;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.tm-portfolio::after{
    content:"\f25e";
    font-family:Ionicons;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-20px;
    margin-top:-20px;
    height:40px;
    width:40px;
    line-height:40px;
    font-size:30px;
    color:#fff;
    border:1px solid #fff;
    border-radius:4px;
    text-align:center;
    visibility:hidden;
    opacity:1;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.tm-portfolio:hover::before{
    visibility:visible;
    opacity:1
}
.tm-portfolio:hover::after{
    visibility:visible;
    opacity:1
}
.tm-portfolio-filters{
    margin-bottom:50px
}
.tm-portfolio-filters button{
    padding:0;
    border:0;
    outline:0;
    height:auto;
    line-height:1;
    font-size:16px;
    font-weight:600;
    color:#000;
    position:relative;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    margin:0 17px
}
.tm-portfolio-filters button.is-active{
    color:#ae4b84
}
.tm-blog-topside{
    overflow:hidden;
    position:relative
}
.tm-blog-imageslider.slick-slider .slick-arrow{
    height:35px;
    width:35px;
    font-size:14px
}
.tm-blog-metahighlight{
    position:absolute;
    right:0px;
    top:0px;
    padding: 0px 10px 2px 15px;
    background:#b12c79;
    color:#fff;
    text-align:center;
    font-family:Montserrat,sans-serif;
    font-weight:600;
    font-size:30px;
    overflow:hidden;
    border-radius:0 0 0 100px;
    border-bottom: 3px solid #fff;
}
.tm-blog-metahighlight span{
    position:absolute;
    left:0;
    top:50%;
    background:#ae4b84;
    font-size:16px;
    line-height:30px;
    width:100%;
    height:30px;
    -webkit-transform:translate(-35%,-50%) rotate(-90deg);
    -ms-transform:translate(-35%,-50%) rotate(-90deg);
    transform:translate(-35%,-50%) rotate(-90deg)
}
.tm-blog-title{
    font-weight:700;
    font-size:20px;
    font-family:"Open Sans",sans-serif
}
.tm-blog-title a{
    color:#000
}
.tm-blog-title a:hover{
    color:#ae4b84
}
.tm-blog-content{
    margin-top:25px
}
.tm-blog-content blockquote{
    margin-top:25px;
    margin-bottom:25px
}
.tm-blog-meta{
    padding-left:0;
    margin-bottom:0;
    margin-bottom:12px
}
.tm-blog-meta li{
    list-style:none;
    display:inline-block;
    margin-bottom:5px
}
.tm-blog-meta li:not(:last-child){
    margin-right:15px
}
.tm-blog-meta li i{
    color:#ae4b84;
    margin-right:5px
}
.tm-blog-meta li a{
    color:#ae4b84
}
.tm-blog-meta li a:hover{
    color:#ae4b84
}
.blogitem .tm-blog-title{
    font-size:26px
}
.blogitem .tm-blog-image img{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}
.blogitem-share,.blogitem-tags{
    margin-top:30px;
    margin-bottom:30px;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
    padding-top:20px;
    padding-bottom:20px
}
.blogitem-share-title,.blogitem-tags-title{
    display:inline-block;
    margin-bottom:0;
    margin-right:15px;
    line-height:40px
}
.blogitem-share ul,.blogitem-tags ul{
    display:inline-block;
    padding-left:0;
    margin-bottom:0;
    margin-top:-10px;
    margin-left:-10px;
    font-size:0
}
.blogitem-share ul li,.blogitem-tags ul li{
    display:inline-block;
    margin-left:10px;
    margin-top:10px;
    font-size:14px
}
.blogitem-share ul li a,.blogitem-tags ul li a{
    display:inline-block;
    vertical-align:middle;
    border:1px solid #ebebeb;
    padding:6px 22px;
    color:#ae4b84
}
.blogitem-share ul li a:hover,.blogitem-tags ul li a:hover{
    background:#ae4b84;
    border-color:#ae4b84;
    color:#fff
}
.blogitem-tags{
    margin-bottom:0
}
.blogitem-share{
    border-top:0;
    margin-top:0
}
.blogitem-share ul li a i{
    font-size:18px;
    margin-right:5px
}
.blogitem-share ul li.facebook a{
    color:#3b5999;
    border-color:#3b5999
}
.blogitem-share ul li.facebook a:hover{
    background:#3b5999
}
.blogitem-share ul li.twitter a{
    color:#55acee;
    border-color:#55acee
}
.blogitem-share ul li.twitter a:hover{
    background:#55acee
}
.blogitem-share ul li.linkedin a{
    color:#0077b5;
    border-color:#0077b5
}
.blogitem-share ul li.linkedin a:hover{
    background:#0077b5
}
.blogitem-share ul li.pinterest a{
    color:#bd081c;
    border-color:#bd081c
}
.blogitem-share ul li.pinterest a:hover{
    background:#bd081c
}
.blogitem-share ul li a:hover{
    color:#fff
}
.blogitem-author{
    background:#f7f7f7;
    padding:30px;
    padding-bottom:15px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.blogitem-author-image{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100px;
    -ms-flex:0 0 100px;
    flex:0 0 100px;
    -webkit-align-self:flex-start;
    -ms-flex-item-align:start;
    align-self:flex-start;
    max-width:100px;
    border-radius:1000px;
    overflow:hidden;
    margin-right:30px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .blogitem .tm-blog-title{
        font-size:22px
    }
}
@media only screen and (max-width:767px){
    .blogitem .tm-blog-title{
        font-size:22px
    }
    .blogitem-tags ul li a{
        padding:5px 15px
    }
}
@media only screen and (max-width:575px){
    .blogitem-author{
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .blogitem-author-content{
        margin-top:20px
    }
}
.tm-contact-block{
    background:#f7f7f7;
    padding:30px
}
.tm-contact-block i{
    font-size:40px;
    color:#000;
    margin-bottom:15px;
    display:inline-block;
    vertical-align:middle;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.tm-contact-block h6{
    font-weight:700;
    margin-bottom:10px;
}
.tm-contact-block p{
    margin-bottom:0;
}
.header-slider-men {
    margin-top: 0px;
}
.tm-contact-block a{
    color:#ae4b84
}
.tm-contact-block a:hover{
    color:#ae4b84
}
.tm-contact-block:hover i{
    color:#ae4b84
}
.google-map{
    min-height:500px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .google-map{
        min-height:400px
    }
}
@media only screen and (max-width:767px){
    .google-map{
        min-height:350px
    }
}
@media only screen and (max-width:575px){
    .google-map{
        min-height:300px
    }
}
.tm-brandlogo a{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:100px;
    background:#fff;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    border:1px solid #ebebeb
}
.tm-shop-header{
    margin-bottom:30px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:-15px
}
.tm-shop-header .nice-select{
    width:auto;
    min-width:200px;
    margin-top:15px
}
.tm-shop-header .nice-select .list{
    width:100%
}
.tm-shop-productview{
    margin-top:15px;
    margin-right:50px
}
.tm-shop-productview span{
    margin-right:10px
}
.tm-shop-productview button{
    padding:5px;
    font-size:20px;
    height:auto;
    border:0;
    vertical-align:middle
}
.tm-shop-productview button.active{
    color:#000
}
.tm-shop-countview{
    margin-bottom:0;
    -webkit-box-flex:100;
    -webkit-flex-grow:100;
    -ms-flex-positive:100;
    flex-grow:100;
    margin-top:15px
}
.tm-breadcrumb-area{
    background-position:bottom center
}
.tm-breadcrumb h2{
    font-weight:600;
    margin-top:-5px;
    color:#fff
}
.tm-breadcrumb ul{
    padding-left:0;
    margin-bottom:0;
    list-style:none;
    font-size:0;
    margin-bottom:-10px
}
.tm-breadcrumb ul li{
    font-family:Montserrat,sans-serif;
    font-size:16px;
    display:inline-block;
    color:#fff
}
.tm-breadcrumb ul li::after{
    content:'/';
    padding:0 5px
}
.tm-breadcrumb ul li:last-child::after{
    display:none
}
.tm-breadcrumb ul li a{
    color:#fff
}
.tm-breadcrumb ul li a:hover{
    color:#ae4b84
}
@media only screen and (max-width:767px){
    .tm-breadcrumb ul li{
        font-size:16px
    }
}
.single-widget .widget-title{
    font-weight:600;
    position:relative;
    padding-bottom:13px;
    margin-top:-5px;
    margin-bottom:30px
}
.single-widget .widget-title::after{
    content:"";
    position:absolute;
    left:0;
    top:100%;
    height:2px;
    width:65px;
    background:#ae4b84
}
.single-widget ul{
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.widget-search-form{
    position:relative
}
.widget-search-form input[type=search],.widget-search-form input[type=text]{
    border:1px solid #ebebeb;
    background:#f7f7f7;
    font-size:14px;
    border-radius:4px;
    padding:0 15px;
    padding-right:40px
}
.widget-search-form input[type=search]:focus,.widget-search-form input[type=text]:focus{
    border-color:rgba(242,186,89,.5);
    background:rgba(242,186,89,.07)
}
.widget-search-form button,.widget-search-form input[type=submit]{
    position:absolute;
    left:auto;
    right:0;
    top:0;
    background:0 0;
    padding:0 15px;
    border:0;
    font-size:24px;
    color:#ae4b84
}
.widget-search-form button i,.widget-search-form input[type=submit] i{
    line-height:54px;
    vertical-align:middle
}
.widget-search-form button:hover,.widget-search-form input[type=submit]:hover{
    background:0 0;
    border-color:transparent;
    color:#ae4b84
}
@media only screen and (max-width:767px){
    .widget-search-form button i,.widget-search-form input[type=submit] i{
        line-height:43px
    }
}
.widget-categories ul li,.widget-services ul li{
    padding:10px 0;
    border-bottom:1px dotted #d7d7d7
}
.widget-categories ul li:first-child,.widget-services ul li:first-child{
    padding-top:0
}
.widget-categories ul li a,.widget-services ul li a{
    display:block;
    font-weight:400;
    color:#ae4b84
}
.widget-categories ul li a::after,.widget-services ul li a::after{
    content:"";
    clear:both;
    display:table
}
.widget-categories ul li a span,.widget-services ul li a span{
    float:right
}
.widget-categories ul li a span::before,.widget-services ul li a span::before{
    content:"("
    }
    .widget-categories ul li a span::after,.widget-services ul li a span::after{
        content:")"
    }
    .widget-categories ul li a.is-active,.widget-categories ul li a:hover,.widget-services ul li a.is-active,.widget-services ul li a:hover{
        color:#ae4b84
    }
    .widget-recentpost ul li{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center;
        padding:25px 0;
        border-bottom:1px solid #eee
    }
    .widget-recentpost ul li:first-child{
        padding-top:0
    }
    .widget-recentpost-image{
        -webkit-box-flex:0;
        -webkit-flex:0 0 70px;
        -ms-flex:0 0 70px;
        flex:0 0 70px;
        max-width:70px;
        margin-right:20px;
        position:relative;
        -webkit-align-self:flex-start;
        -ms-flex-item-align:start;
        align-self:flex-start
    }
    .widget-recentpost-image::before{
        content:"";
        position:absolute;
        left:0;
        top:0;
        height:100%;
        width:100%;
        background:rgba(0,0,0,.7);
        opacity:1;
        visibility:hidden;
        -webkit-transition:all .4s ease-in-out;
        -o-transition:all .4s ease-in-out;
        transition:all .4s ease-in-out
    }
    .widget-recentpost-image::after{
        content:"\f1fe";
        font-family:Ionicons;
        position:absolute;
        left:50%;
        top:50%;
        color:#fff;
        font-size:20px;
        -webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        visibility:hidden;
        opacity:1;
        -webkit-transition:all .4s ease-in-out;
        -o-transition:all .4s ease-in-out;
        transition:all .4s ease-in-out;
        margin-top:15px
    }
    .widget-recentpost-image:hover::before{
        opacity:1;
        visibility:visible
    }
    .widget-recentpost-image:hover::after{
        opacity:1;
        visibility:visible;
        margin-top:0
    }
    .widget-recentpost-content{
        margin-top:-4px
    }
    .widget-recentpost-content h6{
        font-size:16px;
        line-height:24px;
        margin-bottom:0;
        font-family:"Open Sans",sans-serif;
        color:#000
    }
    .widget-recentpost-content h6 a{
        color:#000
    }
    .widget-recentpost-content h6 a:hover{
        color:#ae4b84
    }
    .widget-recentpost-content span{
        font-size:15px;
        color:#ae4b84
    }
    .widget-archives ul li{
        border-bottom:1px solid #eee;
        padding:12px 0
    }
    .widget-archives ul li:first-child{
        padding-top:0
    }
    .widget-archives ul li a{
        display:block;
        font-weight:400;
        color:#ae4b84
    }
    .widget-archives ul li a::after{
        content:"";
        clear:both;
        display:table
    }
    .widget-archives ul li a span{
        float:right
    }
    .widget-archives ul li a span::before{
        content:"("
        }
        .widget-archives ul li a span::after{
            content:")"
        }
        .widget-archives ul li a:hover{
            color:#ae4b84
        }
        .widget-newsletter-form [type=submit],.widget-newsletter-form button{
            display:block;
            width:100%;
            text-align:center;
            margin-top:10px
        }
        .widget-tags ul{
            margin-left:-10px;
            margin-top:-10px;
            font-size:0
        }
        .widget-tags ul li{
            list-style:none;
            display:inline-block;
            margin-left:10px;
            margin-top:10px;
            font-size:16px
        }
        .widget-tags ul li a{
            display:inline-block;
            vertical-align:middle;
            border:1px solid #ae4b84;
            background:rgba(242,186,89,.07);
            padding:4px 22px;
            border-radius:4px;
            color:#ae4b84
        }
        .widget-tags ul li a:hover{
            background:#ae4b84;
            color:#fff
        }
        .widget-info-logo{
            display:inline-block;
            margin-bottom:10px
        }
        .widget-info ul li{
            position:relative;
            padding-left:74px
        }
        .widget-info ul li:not(:last-child){
            margin-bottom:10px
        }
        .widget-info ul li b{
            position:absolute;
            left:0;
            top:0;
            color:#000
        }
        .widget-info ul li a{
            color:#ae4b84
        }
        .widget-info ul li a:hover{
            color:#ae4b84
        }
        .widget-quicklinks ul li{
            padding-top:5px
        }
        .widget-quicklinks ul li:first-child{
            padding-top:0
        }
        .widget-quicklinks ul li a{
            display:block;
            font-weight:400;
            color:#ae4b84;
            position:relative
        }
        .widget-quicklinks ul li a:before{
            content:"\f363";
            font-family:Ionicons;
            font-size:20px;
            line-height:1;
            position:absolute;
            left:0;
            top:5px;
            -webkit-transition:all .4s ease-in-out;
            -o-transition:all .4s ease-in-out;
            transition:all .4s ease-in-out;
            visibility:hidden;
            opacity:1;
            color:#ae4b84
        }
        .widget-quicklinks ul li a:hover{
            padding-left:10px;
            color:#ae4b84
        }
        .widget-quicklinks ul li a:hover::before{
            visibility:visible;
            opacity:1
        }
        .widget-hours p{
            font-size:14px;
            line-height:24px
        }
        .widget-hours ul{
            font-size:14px;
            line-height:24px
        }
        .widget-hours ul li:not(:last-child){
            margin-bottom:6px
        }
        .widget-hours ul li span{
            display:inline-block;
            min-width:70px;
            font-weight:600;
            margin-right:5px
        }
        .widget-recentpost-2 ul li:not(:last-child){
            margin-bottom:12px
        }
        .widget-recentpost-2 ul li h6{
            font-size:16px;
            font-family:"Open Sans",sans-serif;
            font-weight:600;
            margin-bottom:5px
        }
        .widget-recentpost-2 ul li h6 a{
            color:#000
        }
        .widget-recentpost-2 ul li h6 a:hover{
            color:#ae4b84
        }
        .widget-recentpost-2 ul li span{
            font-size:14px
        }
        .widget-recentpost-2 ul li span i{
            margin-right:5px
        }
        .widget-pricefilter-actions{
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-pack:justify;
            -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
            justify-content:space-between;
            -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
            flex-wrap:wrap;
            -webkit-box-align:center;
            -webkit-align-items:center;
            -ms-flex-align:center;
            align-items:center;
            margin-top:25px
        }
        .widget-pricefilter-price{
            font-weight:600;
            font-family:Montserrat,sans-serif;
            line-height:30px;
            margin-bottom:0
        }
        .widget-pricefilter-price span{
            font-family:"Open Sans",sans-serif;
            font-weight:400
        }
        .widget-pricefilter-button{
            display:inline-block;
            color:#000;
            font-weight:500;
            font-family:"Open Sans",sans-serif;
            font-size:15px;
            height:35px;
            line-height:35px;
            padding:0 15px;
            background:#ae4b84;
            border:1px solid #ae4b84;
            color:#fff;
            border-radius:4px
        }
        .widget-pricefilter-button:hover{
            background:#ae4b84;
            border-color:#ae4b84;
            color:#fff
        }
        .widget-pricefilter-button:focus{
            outline:0;
            background:#ae4b84;
            border-color:#ae4b84
        }
        .widget-pricefilter .tm-rangeslider{
            background:#e4dfdf;
            height:6px;
            width:100%;
            position:relative;
            margin:5px 0;
            border-radius:100px
        }
        .widget-pricefilter .tm-rangeslider-bar{
            background:#969696;
            height:7px;
            position:absolute
        }
        .widget-pricefilter .tm-rangeslider-leftgrip,.widget-pricefilter .tm-rangeslider-rightgrip{
            height:15px;
            background:#ae4b84;
            width:15px;
            display:inline-block;
            position:absolute;
            top:50%;
            margin-top:-7.5px;
            border-radius:100px
        }
        .widget-popularproduct ul li{
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-align:center;
            -webkit-align-items:center;
            -ms-flex-align:center;
            align-items:center;
            padding-top:25px
        }
        .widget-popularproduct ul li:first-child{
            padding-top:0
        }
        .widget-popularproduct-image{
            -webkit-box-flex:0;
            -webkit-flex:0 0 70px;
            -ms-flex:0 0 70px;
            flex:0 0 70px;
            max-width:70px;
            margin-right:20px;
            position:relative;
            -webkit-align-self:flex-start;
            -ms-flex-item-align:start;
            align-self:flex-start;
            border:1px solid #ebebeb
        }
        .widget-popularproduct-image::before{
            content:"";
            position:absolute;
            left:0;
            top:0;
            height:100%;
            width:100%;
            background:rgba(0,0,0,.7);
            opacity:1;
            visibility:hidden;
            -webkit-transition:all .4s ease-in-out;
            -o-transition:all .4s ease-in-out;
            transition:all .4s ease-in-out
        }
        .widget-popularproduct-image::after{
            content:"\f1fe";
            font-family:Ionicons;
            position:absolute;
            left:50%;
            top:50%;
            color:#fff;
            font-size:20px;
            -webkit-transform:translate(-50%,-50%);
            -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
            visibility:hidden;
            opacity:1;
            -webkit-transition:all .4s ease-in-out;
            -o-transition:all .4s ease-in-out;
            transition:all .4s ease-in-out;
            margin-top:15px
        }
        .widget-popularproduct-image:hover::before{
            opacity:1;
            visibility:visible
        }
        .widget-popularproduct-image:hover::after{
            opacity:1;
            visibility:visible;
            margin-top:0
        }
        .widget-popularproduct-content{
            margin-top:-4px
        }
        .widget-popularproduct-content h6{
            font-size:16px;
            line-height:24px;
            font-weight:700;
            margin-bottom:0;
            font-family:"Open Sans",sans-serif
        }
        .widget-popularproduct-content h6 a{
            color:#000
        }
        .widget-popularproduct-content h6 a:hover{
            color:#ae4b84
        }
        .widget-popularproduct-content span{
            font-size:16px;
            color:#ae4b84
        }
        .widget-instagram-photos{
            margin-left:-8px;
            margin-top:-8px
        }
        .widget-instagram-photos li{
            display:inline-block;
            width:calc(33.33% - 8px);
            margin-left:8px;
            margin-top:8px
        }
        .widget-instagram-photos li a{
            display:inline-block;
            position:relative
        }
        .widget-instagram-photos li a::before{
            content:"";
            position:absolute;
            left:0;
            top:0;
            height:100%;
            width:100%;
            background:rgba(0,0,0,.6);
            -webkit-transition:all .4s ease-in-out;
            -o-transition:all .4s ease-in-out;
            transition:all .4s ease-in-out;
            visibility:hidden;
            opacity:1
        }
        .widget-instagram-photos li a span{
            padding-left:0;
            margin-bottom:0;
            position:absolute;
            width:100%;
            text-align:center;
            left:0;
            top:50%;
            color:#fff;
            font-size:14px;
            -webkit-transform:translateY(-50%);
            -ms-transform:translateY(-50%);
            transform:translateY(-50%);
            -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
            visibility:hidden;
            opacity:1;
            -webkit-transition:all .4s ease-in-out;
            -o-transition:all .4s ease-in-out;
            transition:all .4s ease-in-out
        }
        .widget-instagram-photos li a span i{
            font-size:20px
        }
        .widget-instagram-photos li a:hover::before{
            visibility:visible;
            opacity:1
        }
        .widget-instagram-photos li a:hover span{
            visibility:visible;
            opacity:1
        }
        .widget-twitterfeed ul li{
            position:relative;
            padding-left:30px
        }
        .widget-twitterfeed ul li:not(:last-child){
            margin-bottom:20px
        }
        .widget-twitterfeed ul li i{
            color:#ae4b84;
            position:absolute;
            left:0;
            top:2px;
            font-size:22px
        }
        .widget-twitterfeed ul li h6{
            font-size:17px;
            line-height:26px;
            font-family:"Open Sans",sans-serif;
            color:#000;
            margin-bottom:5px
        }
        .widget-twitterfeed ul li h6 a{
            color:#000
        }
        .widget-twitterfeed ul li h6 a:hover{
            color:#ae4b84
        }
        .widget-twitterfeed ul li span{
            color:#ae4b84
        }
        .widget-contact ul li{
            padding-left:37px;
            position:relative
        }
        .widget-contact ul li:not(:last-child){
            margin-bottom:15px
        }
        .widget-contact ul li i{
            position:absolute;
            left:0;
            top:3px;
            color:#ae4b84;
            font-size:20px
        }
        .widget-contact ul li p{
            margin-bottom:0
        }
        .widget-contact ul li p a{
            color:#ae4b84
        }
        .widget-contact ul li p a:hover{
            color:#ae4b84
        }
        .widget-social ul{
            font-size:0;
            margin-left:-10px;
            margin-top:-5px
        }
        .widget-social ul li{
            display:inline-block;
            font-size:18px;
            margin-left:10px;
            margin-top:5px
        }
        .widget-social ul li a{
            display:inline-block;
            height:35px;
            width:35px;
            border:1px solid #ebebeb;
            color:#ae4b84;
            text-align:center;
            line-height:1;
            border-radius:100px
        }
        .widget-social ul li a i{
            line-height:37px
        }
        .widget-social ul li.facebook a{
            color:#3b5999;
            border-color:#3b5999
        }
        .widget-social ul li.messenger a{
            color:#0084ff;
            border-color:#0084ff
        }
        .widget-social ul li.twitter a{
            color:#55acee;
            border-color:#55acee
        }
        .widget-social ul li.instagram a{
            color:#e4405f;
            border-color:#e4405f
        }
        .widget-social ul li.google-plus a{
            color:#dd4b39;
            border-color:#dd4b39
        }
        .widget-social ul li.pinterest a{
            color:#bd081c;
            border-color:#bd081c
        }
        .widget-social ul li.linkedin a{
            color:#0077b5;
            border-color:#0077b5
        }
        .widget-social ul li.flickr a{
            color:#ff0084;
            border-color:#ff0084
        }
        .widget-social ul li.dribbble a{
            color:#ea4c89;
            border-color:#ea4c89
        }
        .widget-social ul li.instagram a{
            color:#e4405f;
            border-color:#e4405f
        }
        .widget-social ul li.google a{
            color:#dd4b39;
            border-color:#dd4b39
        }
        .widget-social ul li.skype a{
            color:#1ab7ea;
            border-color:#1ab7ea
        }
        .widget-social ul li.behance a{
            color:#0057ff;
            border-color:#0057ff
        }
        .widget-social ul li.youtube a{
            color:#cd201f;
            border-color:#cd201f
        }
        .widget-social ul li.vimeo a{
            color:#86c9ef;
            border-color:#86c9ef
        }
        .widget-social ul li.yahoo a{
            color:#410093;
            border-color:#410093
        }
        .widget-social ul li.paypal a{
            color:#00588b;
            border-color:#00588b
        }
        .widget-social ul li.delicious a{
            color:#205cc0;
            border-color:#205cc0
        }
        .widget-social ul li.flattr a{
            color:#f67c1a;
            border-color:#f67c1a
        }
        .widget-social ul li.android a{
            color:#a4c639;
            border-color:#a4c639
        }
        .widget-social ul li.tumblr a{
            color:#34465d;
            border-color:#34465d
        }
        .widget-social ul li.wikipedia a{
            color:#333;
            border-color:#333
        }
        .widget-social ul li.stumbleupon a{
            color:#eb4924;
            border-color:#eb4924
        }
        .widget-social ul li.foursquare a{
            color:#f94877;
            border-color:#f94877
        }
        .widget-social ul li.digg a{
            color:#191919;
            border-color:#191919
        }
        .widget-social ul li.spotify a{
            color:#81b71a;
            border-color:#81b71a
        }
        .widget-social ul li.reddit a{
            color:#ff5700;
            border-color:#ff5700
        }
        .widget-help{
            background:#13788a;
            text-align:center;
            padding:30px 15px 15px 15px
        }
        .widget-help .widget-title{
            color:#fff
        }
        .widget-help .widget-title::after{
            background:#fff;
            left:50%;
            -webkit-transform:translateX(-50%);
            -ms-transform:translateX(-50%);
            transform:translateX(-50%)
        }
        .widget-help h3{
            margin-top:-10px;
            margin-bottom:0
        }
        .widget-help h3 a{
            font-size:30px;
            font-family:"Open Sans",sans-serif;
            color:#fff;
            font-weight:700
        }
        .widget-sizes ul li a{
            color:#ae4b84
        }
        .widget-sizes ul li a:hover{
            color:#ae4b84
        }
        .widgets{
            margin-top:-50px
        }
        .widgets .single-widget{
            margin-top:50px
        }
        .widgets.widgets-sidebar{
            padding-left:40px
        }
        .widgets.widgets-sidebar-left{
            padding-left:0;
            padding-right:40px
        }
        @media only screen and (min-width:992px) and (max-width:1199px){
            .widgets.widgets-sidebar{
                padding-left:0
            }
            .widgets.widgets-sidebar-left{
                padding-left:0;
                padding-right:0
            }
        }
        @media only screen and (min-width:768px) and (max-width:991px){
            .widgets{
                margin-top:50px
            }
            .widgets.widgets-sidebar{
                padding-left:0
            }
            .widgets.widgets-sidebar-left{
                padding-left:0;
                padding-right:0
            }
        }
        @media only screen and (max-width:767px){
            .widgets{
                margin-top:50px
            }
            .widgets.widgets-sidebar{
                padding-left:0
            }
            .widgets.widgets-sidebar-left{
                padding-left:0;
                padding-right:0
            }
        }
        .tm-comment{
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            margin-bottom:30px
        }
        .tm-comment:last-child{
            margin-bottom:0
        }
        .tm-comment-thumb{
            -webkit-box-flex:0;
            -webkit-flex:0 0 80px;
            -ms-flex:0 0 80px;
            flex:0 0 80px;
            margin-right:25px;
            overflow:hidden;
            -webkit-align-self:flex-start;
            -ms-flex-item-align:start;
            align-self:flex-start
        }
        .tm-comment-thumb img{
            max-width:100%
        }
        .tm-comment-content::after{
            content:"";
            clear:both;
            display:table
        }
        .tm-comment-content h6{
            margin-top:-5px;
            margin-bottom:0;
            font-size:16px
        }
        .tm-comment-content h6 a{
            color:#000
        }
        .tm-comment-content h6 a:hover{
            color:#ae4b84
        }
        .tm-comment-content .tm-ratingbox{
            float:right
        }
        .tm-comment-content p{
            margin-top:8px;
            margin-bottom:0
        }
        .tm-comment-date{
            color:#757575
        }
        .tm-comment-replybutton{
            color:#ae4b84;
            display:inline-block;
            margin-top:10px;
            font-weight:600
        }
        .tm-comment-replybutton i{
            font-size:16px
        }
        .tm-comment-replybutton:hover{
            color:#ae4b84
        }
        .tm-comment-replypost{
            padding-left:105px
        }
        @media only screen and (max-width:767px){
            .tm-comment-replypost{
                padding-left:30px
            }
        }
        @media only screen and (max-width:575px){
            .tm-comment{
                -webkit-flex-wrap:wrap;
                -ms-flex-wrap:wrap;
                flex-wrap:wrap
            }
            .tm-comment-thumb{
                -webkit-box-flex:0;
                -webkit-flex:0 0 60px;
                -ms-flex:0 0 60px;
                flex:0 0 60px;
                max-width:60px;
                margin-right:20px
            }
            .tm-comment-content{
                margin-top:20px
            }
            .tm-comment-content .tm-ratingbox{
                float:none;
                margin-top:5px
            }
            .tm-comment-date{
                display:block
            }
        }
        .tm-footer-toparea{
            background-position:top center
        }
        .tm-footer-bottomarea{
            border-top:1px solid #ebebeb2e;
            padding:20px 0
        }
        .tm-footer-copyright{
            margin-bottom:0;
            margin:5px 0
        }
        .tm-footer-copyright a{
            font-weight:600;
            color:#ae4b84
        }
        .tm-footer-copyright a:hover{
            color:#ae4b84
        }
        .tm-footer-payment{
            text-align:right;
            margin:5px 0
        }
        @media only screen and (max-width:767px){
            .tm-footer-copyright{
                text-align:center
            }
            .tm-footer-payment{
                text-align:center
            }
        }
        .widgets-footer{
            margin-top:-50px
        }
        .widgets-footer .single-widget{
            margin-top:30px;
            padding:0
        }
        .widgets-footer .single-widget .widget-title::after{
            height:1px;
            background:#000
        }
        .widgets-footer .widget-info ul li a:hover{
            border-color:#ae4b84
        }
        .tm-prodetails-images{
            width:100%
        }
        .tm-prodetails-largeimages{
            overflow:hidden
        }
        .tm-prodetails-largeimage a{
            position:relative;
            z-index:1;
            display:block
        }
        .tm-prodetails-largeimage a::before{
            content:"";
            position:absolute;
            left:0;
            top:0;
            height:100%;
            width:100%;
            background:rgba(0,0,0,.5);
            z-index:2;
            pointer-events:none;
            visibility:hidden;
            opacity:1;
            -webkit-transition:all .3s ease-in-out 0s;
            -o-transition:all .3s ease-in-out 0s;
            transition:all .3s ease-in-out 0s
        }
        .tm-prodetails-largeimage a::after{
            content:"\f25e";
            font-family:Ionicons;
            position:absolute;
            left:50%;
            top:50%;
            -webkit-transform:translate(-50%,-50%);
            -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
            font-size:110px;
            z-index:1;
            color:rgba(255,255,255,.25);
            pointer-events:none;
            visibility:hidden;
            opacity:1;
            -webkit-transition:all .3s ease-in-out 0s;
            -o-transition:all .3s ease-in-out 0s;
            transition:all .3s ease-in-out 0s;
            z-index:3
        }
        .tm-prodetails-largeimage a:hover::before{
            visibility:visible;
            opacity:1
        }
        .tm-prodetails-largeimage a:hover::after{
            visibility:visible;
            opacity:1
        }
        .tm-prodetails-thumbnails{
            overflow:hidden
        }
        .tm-prodetails-thumbnails .slick-list{
            margin-right:-5px;
            margin-left:-5px
        }
        .tm-prodetails-thumbnails .tm-slider-arrows-next,.tm-prodetails-thumbnails .tm-slider-arrows-prev{
            background:#ae4b84;
            border-color:#ae4b84;
            color:#fff
        }
        .tm-prodetails-thumbnails .tm-slider-arrows-prev{
            left:0;
            right:auto
        }
        .tm-prodetails-thumbnails .tm-slider-arrows-next{
            right:0;
            left:auto
        }
        .tm-prodetails-thumbnail{
            margin:0 4px;
            margin-top:9px;
            cursor:pointer;
            border:1px solid transparent;
            -webkit-transition:all .3s ease-in-out 0s;
            -o-transition:all .3s ease-in-out 0s;
            transition:all .3s ease-in-out 0s;
            overflow:hidden
        }
        .tm-prodetails-title{
            margin-top:-5px;
            margin-bottom:5px;
            font-family:"Open Sans",sans-serif;
            color:#000;
            font-size:18px;
            font-weight:700
        }
        .tm-prodetails-title a{
            color:#000
        }
        .tm-prodetails-title a:hover{
            color:#ae4b84
        }
        .tm-prodetails-price{
            color:#ae4b84;
            font-weight:700;
            margin-bottom:5px;
            display:block;
            font-size:18px
        }
        .tm-prodetails-price del{
            color:#ae4b84;
            margin-right:10px;
            font-size:16px
        }
        .tm-prodetails-infos{
            margin-top:15px
        }
        .tm-prodetails-tags ul{
            -webkit-flex-shrink:100;
            -ms-flex-negative:100;
            flex-shrink:100;
            padding-left:0;
            margin-bottom:0;
            display:inline-block
        }
        .tm-prodetails-tags ul li{
            list-style:none;
            display:inline-block
        }
        .tm-prodetails-tags ul li:not(:last-child)::after{
            content:","
        }
        .tm-prodetails-singleinfo{
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex
        }
        .tm-prodetails-singleinfo b{
            margin-right:10px;
            font-weight:700;
            color:#000;
            white-space:nowrap
        }
        .tm-prodetails-singleinfo a{
            color:#ae4b84
        }
        .tm-prodetails-singleinfo a:hover{
            color:#ae4b84
        }
        .tm-prodetails-content>p{
            margin-top:20px;
            padding:20px 0;
            border-top:1px solid #ebebeb;
            border-bottom:1px solid #ebebeb
        }
        .tm-prodetails-quantitycart{
            margin-top:30px;
            margin-bottom:30px
        }
        .tm-prodetails-quantitycart h6{
            margin-bottom:0;
            display:inline-block;
            margin-right:10px
        }
        .tm-prodetails-quantitycart .tm-quantitybox{
            margin-right:10px
        }
        .tm-prodetails-share ul{
            display:inline-block;
            padding-left:0;
            margin-bottom:0
        }
        .tm-prodetails-share ul li{
            list-style:none;
            display:inline-block;
            margin-right:15px;
            vertical-align:middle
        }
        .tm-prodetails-share ul li::after{
            display:none
        }
        .tm-prodetails-share ul li a{
            display:inline-block;
            color:#ae4b84;
            font-size:18px
        }
        .tm-prodetails-share ul li a:hover{
            color:#ae4b84
        }
        .tm-prodetails-description ul{
            padding-left:0;
            margin-bottom:0
        }
        .tm-prodetails-description ul li{
            list-style:none
        }
        .tm-prodetails-description p:last-child{
            margin-bottom:0
        }
        .tm-prodetails-review>h5{
            margin-bottom:20px
        }
        .tm-prodetails-review .tm-rating{
            line-height:1;
            vertical-align:middle
        }
        @media only screen and (max-width:1199px){
            .tm-prodetails-thumbnails .tm-slider-arrows-next,.tm-prodetails-thumbnails .tm-slider-arrows-prev{
                top:50%;
                margin-top:-20px
            }
            .tm-prodetails-quantitycart .tm-button{
                padding:0 15px;
                min-width:auto
            }
        }
        @media only screen and (max-width:767px){
            .tm-prodetails-content{
                margin-top:40px
            }
        }
        .tm-similliar-products h4{
            margin-bottom:25px
        }
        .tm-quantitybox{
            position:relative;
            display:inline-block;
            width:80px
        }
        .tm-quantitybox input{
            padding-left:5px;
            padding-right:30px;
            text-align:center
        }
        .tm-quantitybox input:focus{
            border-color:#ebebeb
        }
        .tm-quantitybox-button{
            position:absolute;
            right:0;
            top:0;
            border:1px solid #ebebeb;
            height:25.5px;
            width:25px;
            line-height:23px;
            text-align:center;
            cursor:pointer
        }
        .tm-quantitybox-button.increment-button{
            top:0
        }
        .tm-quantitybox-button.decrement-button{
            top:auto;
            bottom:0
        }
        @media only screen and (max-width:767px){
            .tm-quantitybox-button{
                height:22.5px
            }
        }
        .tm-product-quickview{
            padding:15px 0;
            display:none
        }
        .tm-product-quickview.fancybox-content{
            background:0 0
        }
        .tm-product-quickview .fancybox-close-small{
            padding:0;
            right:165px;
            top:15px;
            height:30px;
            width:30px
        }
        .tm-product-quickview .fancybox-close-small svg path{
            fill:#000
        }
        .tm-product-quickview-inner{
            background:#fff;
            padding:20px
        }
        @media only screen and (min-width:992px) and (max-width:1199px){
            .tm-product-quickview .fancybox-close-small{
                right:95px
            }
        }
        @media only screen and (min-width:768px) and (max-width:991px){
            .tm-product-quickview .fancybox-close-small{
                right:15px
            }
        }
        @media only screen and (max-width:767px){
            .tm-product-quickview .fancybox-close-small{
                right:15px
            }
        }
        .tm-cart-table,.tm-wishlist-table{
            text-align:center
        }
        .tm-cart-table tr th,.tm-wishlist-table tr th{
            text-transform:uppercase;
            color:#000;
            font-weight:700
        }
        .tm-cart-table tr td,.tm-wishlist-table tr td{
            vertical-align:middle
        }
        .tm-cart-table .tm-cart-col-image,.tm-cart-table .tm-wishlist-col-image,.tm-wishlist-table .tm-cart-col-image,.tm-wishlist-table .tm-wishlist-col-image{
            width:180px;
            min-width:180px
        }
        .tm-cart-table .tm-cart-col-remove,.tm-cart-table .tm-wishlist-col-remove,.tm-wishlist-table .tm-cart-col-remove,.tm-wishlist-table .tm-wishlist-col-remove{
            width:100px;
            min-width:100px
        }
        .tm-cart-table .tm-cart-col-productname,.tm-cart-table .tm-wishlist-col-productname,.tm-wishlist-table .tm-cart-col-productname,.tm-wishlist-table .tm-wishlist-col-productname{
            min-width:250px
        }
        .tm-cart-table .tm-cart-col-price,.tm-cart-table .tm-cart-col-total,.tm-cart-table .tm-wishlist-col-price,.tm-cart-table .tm-wishlist-col-total,.tm-wishlist-table .tm-cart-col-price,.tm-wishlist-table .tm-cart-col-total,.tm-wishlist-table .tm-wishlist-col-price,.tm-wishlist-table .tm-wishlist-col-total{
            min-width:100px
        }
        .tm-cart-table .tm-cart-col-addcart,.tm-cart-table .tm-wishlist-col-addcart,.tm-wishlist-table .tm-cart-col-addcart,.tm-wishlist-table .tm-wishlist-col-addcart{
            min-width:100px
        }
        .tm-cart-table .tm-cart-productimage,.tm-cart-table .tm-wishlist-productimage,.tm-wishlist-table .tm-cart-productimage,.tm-wishlist-table .tm-wishlist-productimage{
            margin:5px 30px;
            display:inline-block;
            border:1px solid #ebebeb
        }
        .tm-cart-table .tm-cart-productname,.tm-cart-table .tm-wishlist-productname,.tm-wishlist-table .tm-cart-productname,.tm-wishlist-table .tm-wishlist-productname{
            color:#000;
            font-weight:600
        }
        .tm-cart-table .tm-cart-productname:hover,.tm-cart-table .tm-wishlist-productname:hover,.tm-wishlist-table .tm-cart-productname:hover,.tm-wishlist-table .tm-wishlist-productname:hover{
            color:#ae4b84
        }
        .tm-cart-table .tm-cart-totalprice,.tm-cart-table .tm-wishlist-totalprice,.tm-wishlist-table .tm-cart-totalprice,.tm-wishlist-table .tm-wishlist-totalprice{
            font-weight:700;
            color:#ae4b84
        }
        .tm-cart-table .tm-cart-removeproduct,.tm-cart-table .tm-wishlist-removeproduct,.tm-wishlist-table .tm-cart-removeproduct,.tm-wishlist-table .tm-wishlist-removeproduct{
            border:none
        }
        .tm-cart-table .tm-cart-removeproduct:hover,.tm-cart-table .tm-wishlist-removeproduct:hover,.tm-wishlist-table .tm-cart-removeproduct:hover,.tm-wishlist-table .tm-wishlist-removeproduct:hover{
            color:#ae4b84
        }
        .tm-cart-table .tm-cart-removeproduct:focus,.tm-cart-table .tm-wishlist-removeproduct:focus,.tm-wishlist-table .tm-cart-removeproduct:focus,.tm-wishlist-table .tm-wishlist-removeproduct:focus{
            outline:0
        }
        @media only screen and (max-width:767px){
            .tm-cart-table .tm-cart-col-image,.tm-cart-table .tm-wishlist-col-image,.tm-wishlist-table .tm-cart-col-image,.tm-wishlist-table .tm-wishlist-col-image{
                width:120px;
                min-width:120px
            }
            .tm-cart-table .tm-cart-productimage,.tm-cart-table .tm-wishlist-productimage,.tm-wishlist-table .tm-cart-productimage,.tm-wishlist-table .tm-wishlist-productimage{
                margin:0
            }
        }
        .tm-cart-bottomarea{
            margin-top:30px
        }
        .tm-cart-calculateship h6{
            padding-bottom:10px;
            font-weight:600;
            position:relative
        }
        .tm-cart-calculateship h6::after{
            content:"";
            position:absolute;
            left:0;
            top:100%;
            width:70px;
            height:2px;
            background:#13788a
        }
        .tm-cart-calculateship .tm-form{
            margin-top:35px
        }
        .tm-cart-coupon{
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
            flex-wrap:wrap;
            margin-top:30px
        }
        .tm-cart-coupon label{
            -webkit-box-flex:0;
            -webkit-flex:0 0 100%;
            -ms-flex:0 0 100%;
            flex:0 0 100%;
            max-width:100%;
            font-weight:700;
            font-size:18px;
            margin-bottom:15px
        }
        .tm-cart-coupon input:not([type=submit]){
            margin-right:10px;
            max-width:220px;
            border-radius:4px
        }
        .tm-cart-pricebox{
            background:#f7f7f7;
            padding:30px
        }
        .tm-cart-pricebox>h6{
            margin-top:-8px;
            padding-bottom:10px;
            font-weight:600;
            position:relative
        }
        .tm-cart-pricebox>h6::after{
            content:"";
            position:absolute;
            left:0;
            top:100%;
            width:70px;
            height:2px;
            background:#13788a
        }
        .tm-cart-pricebox table{
            margin-bottom:30px
        }
        .tm-cart-pricebox table td{
            padding:10px 0;
            font-size:16px;
            color:#ae4b84
        }
        .tm-cart-pricebox table tr{
            border-bottom:1px dotted #c7c7c7
        }
        .tm-cart-pricebox table tr td:last-child{
            text-align:right
        }
        .tm-cart-pricebox table .tm-cart-pricebox-total td{
            color:#000;
            font-weight:600;
            font-size:16px
        }
        @media only screen and (max-width:767px){
            .tm-cart-pricebox{
                margin-top:30px
            }
        }
        .tm-checkout-coupon{
            margin-bottom:50px
        }
        .tm-checkout-coupon>a{
            display:block;
            background:0 0;
            padding:13px 20px;
            font-size:15px;
            color:#000;
            border:5px solid transparent;
            border-left:5px solid #ae4b84;
            -webkit-box-shadow:0 3px 6px 2px rgba(0,0,0,.1);
            box-shadow:0 3px 6px 2px rgba(0,0,0,.1)
        }
        .tm-checkout-coupon>a span{
            color:#ae4b84;
            font-weight:600
        }
        .tm-checkout-couponform{
            padding-top:30px;
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex
        }
        .tm-checkout-couponform input:not([type=submit]){
            max-width:300px;
            -webkit-flex-shrink:100;
            -ms-flex-negative:100;
            flex-shrink:100;
            border-radius:4px
        }
        .tm-checkout-form .small-title{
            font-weight:700;
            text-transform:uppercase
        }
        .tm-checkout-differentform{
            display:none
        }
        .tm-checkout-differentform .tm-form-inner{
            margin-top:0
        }
        .tm-checkout-orderinfo{
            background:#f7f7f7;
            padding:30px
        }
        .tm-checkout-ordertable td,.tm-checkout-ordertable th{
            padding:0
        }
        .tm-checkout-ordertable thead th{
            text-transform:uppercase;
            font-size:16px;
            padding-bottom:10px
        }
        .tm-checkout-ordertable thead th+th{
            text-align:right
        }
        .tm-checkout-ordertable tbody{
            border-top:2px solid #ebebeb
        }
        .tm-checkout-ordertable tbody tr{
            border-bottom:1px solid #ebebeb
        }
        .tm-checkout-ordertable tbody td{
            padding:10px 0
        }
        .tm-checkout-ordertable tbody td+td{
            text-align:right
        }
        .tm-checkout-ordertable tfoot tr:first-child td{
            padding-top:25px
        }
        .tm-checkout-ordertable tfoot tr td+td{
            text-align:right
        }
        .tm-checkout-shipping td,.tm-checkout-subtotal td{
            font-size:16px;
            padding:5px 0
        }
        .tm-checkout-shipping td+td,.tm-checkout-subtotal td+td{
            color:#000;
            font-weight:700
        }
        .tm-checkout-total td{
            padding-top:15px;
            font-size:22px;
            font-weight:700;
            text-transform:uppercase
        }
        .tm-checkout-total td+td{
            color:#ae4b84
        }
        .tm-checkout-payment{
            margin-top:20px
        }
        .tm-checkout-payment label{
            margin-bottom:0;
            display:block;
            color:#000;
            font-weight:700
        }
        .tm-checkout-payment-content{
            display:none;
            padding-left:25px;
            padding-top:10px
        }
        .tm-checkout-payment-content p{
            margin-bottom:0
        }
        .tm-checkout-submit{
            margin-top:30px
        }
        @media only screen and (min-width:768px) and (max-width:991px){
            .tm-checkout-orderinfo{
                margin-top:50px
            }
        }
        @media only screen and (max-width:767px){
            .tm-checkout-orderinfo{
                margin-top:50px
            }
        }
        @media only screen and (max-width:575px){
            .tm-checkout-orderinfo{
                padding:20px
            }
        }
        .tm-myaccount-address,.tm-myaccount-dashboard{
            border:1px solid #ebebeb;
            padding:30px
        }
        .tm-myaccount-dashboard p a{
            color:#ae4b84
        }
        .tm-myaccount-dashboard p a:hover{
            color:#ae4b84
        }
        .tm-myaccount-orders table{
            text-align:center
        }
        .tm-myaccount-orders table td,.tm-myaccount-orders table th{
            vertical-align:middle
        }
        .tm-myaccount-orders-col-id{
            min-width:100px
        }
        .tm-myaccount-orders-col-date{
            min-width:170px
        }
        .tm-myaccount-orders-col-status{
            min-width:100px
        }
        .tm-myaccount-orders-col-total{
            min-width:180px
        }
        .tm-myaccount-orders-col-view{
            min-width:120px
        }
        .tm-myaccount-address>p{
            margin-bottom:25px
        }
        .tm-myaccount-address-billing,.tm-myaccount-address-shipping{
            border:1px solid #ebebeb;
            padding:30px
        }
        .tm-myaccount-address-billing::after,.tm-myaccount-address-shipping::after{
            content:"";
            clear:both;
            display:table
        }
        .tm-myaccount-address-billing h3,.tm-myaccount-address-shipping h3{
            font-weight:700
        }
        .tm-myaccount-address-billing address,.tm-myaccount-address-shipping address{
            margin-bottom:0
        }
        .tm-myaccount-address-billing a.edit-button,.tm-myaccount-address-shipping a.edit-button{
            float:right;
            padding:0 8px;
            background:#ae4b84;
            color:#fff;
            border-radius:3px;
            margin-top:5px
        }
        @media only screen and (max-width:575px){
            .tm-myaccount-address,.tm-myaccount-dashboard{
                padding:20px
            }
            .tm-myaccount-address-billing,.tm-myaccount-address-shipping{
                padding:20px
            }
        }
        .tm-login-form h4,.tm-register-form h4{
            margin-top:-7px
        }
        @media only screen and (min-width:768px) and (max-width:991px){
            .tm-register-form{
                margin-top:50px
            }
        }
        @media only screen and (max-width:767px){
            .tm-register-form{
                margin-top:50px
            }
        }
        .photo-box {
           border: 2px solid #7d4935;
       }
       .tm-header-nav ul li a:hover {
/*           color: #000 !important;*/
       }
       .tm-header-nav ul li:hover>a {
           color: #fff;
       }
       .tm-header-middlearea {
           padding: 15px 0;
       }
       .tm-header-logo {
           height: 60px;
       }
       .tm-footer {
           background-color: #fff;
           box-shadow: none;
       }
       .widget-info ul li a {
           color: #ffffff;
       }
       .widget-quicklinks ul li a {
           color: #b12c79;
           font-size: 13px;
       }
       .widget-quicklinks ul li {
           padding-top: 0px;
       }
       .widget-quicklinks ul li a:before {
           font-size: 16px;
       }
       .widget-info p {
           font-size: 13px;
           line-height: 20px;
       }
/*.single-widget p {
     color: #fff;
}
*/
       .widget-info ul li b {
           color: #fff;
       }
/*.single-widget .widget-title {
     color: #fff;
}
*/
       .widgets-footer .single-widget .widget-title::after {
           height: 1px;
           background: #a9a9a933;
       }
       .tm-header-nav ul li {
           margin: 0 10px !important;
       }
       .ring-icon {
           margin-right: 5px;
           margin-top: 0px;
       }
       .tm-header-nav .tm-header-nav-megamenu>ul ul li a {
           color: #000;
       }
       .widget-info ul li {
           color: #fff;
       }
       .widget-quicklinks ul li a:hover {
           color: #ae4b84;
       }
       .widget-quicklinks ul li a:before {
           color: #ae4b84;
       }
       .widget-info ul li a:hover {
           color: #343434;
       }
       #mc-email {
           color: #fff;
       }
       input::placeholder {
           color: #fff;
       }
       .tm-footer-copyright a {
           color: #b12c79;
       }
       .map-marker1 i {
        font-size: 23px;
       }
       .map-marker2 i {
        font-size: 18px;
       }
       .tm-footer-copyright {
           color: #b12c79;
           font-size: 13px;
       }
       #back-top-top {
           background: #343434;
           border-color: #343434;
       }
       .tm-feature {
            background-color: transparent;
            padding: 10px 5px;
            border-radius: 5px;
            box-shadow: none;
            border: 1px solid #ffffff45;
        }
       .tp-footer-one ul {
           padding-left: 0px;
       }
       .tm-feature-content h6 {
           color: #fff !important;
           font-size: 15px;
           margin: 0px;
       }
       a.widget-info-logo {
           border-radius: 10px;
               width: 50%;
       }
       .tm-blog-content p {
           color: #707070 !important;
       }
       .tm-feature-content p {
           color: #fff;
           font-size: 11px;
           line-height: 14px;
       }
       .tm-heroslider-content h1 {
           color: #fff;
       }
       .tm-heroslider-content p {
           color: #fff;
       }
       .tm-button-two {
           background: #ffffff !important;
           color: #ae4b84 !important;
       }
       div#tm-latest-products-area {
           background-color: #fff !important;
           background-position: center;
           background-repeat: no-repeat;
           background-size: cover;
           background-attachment: fixed;
           margin-top: 15px;
           padding: 0px 0 !important;
       }
       .tm-section-two {
    /*background-image: url(../images/middle-bg.jpg) !important;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 120px 0 !important;
    */
       }
       .tm-product.tm-scrollanim.scrollanim-action {
           background-color: #fff;
           padding: 0px;
           border-radius: 10px;
           border: 1px solid #cccccc69;
           margin: 1px;
       }
       .tm-heroslider-slider .slick-arrow {
           color: #fff;
           background: rgb(255 255 255 / 42%);
       }
       .tm-heroslider-slider .slick-arrow:hover {
           background: #fff;
           color: #cab98b;
       }
       .tm-sectiontitle h3 {
            color: #b12c79;
            padding: 5px 0;
            border-radius: 10px;
            text-align: left;
            font-weight: normal;
            text-align: center !important;
       }
       .sectiontitle-one h3 {
           color: #b12c79;
           margin-bottom: 0;
           padding: 0;
       }
       .tm-prodetails {
           padding-top: 20px;
       }
       .tm-sectiontitle p {
           color: #626262;
       }
       .tm-product-actions {
           position: absolute;
           bottom: -25px;
       }
       div#tm-news-area {
           background-color: #fff;
       }
       .tm-about-content h6 {
           color: #646462;
       }
       .tm-about-content p {
           color: #726f6f;
       }
       button#mc-submit {
           background-color: #fff;
           color: #ae4b84;
       }
       .tm-contact-block {
           background: #efefef;
           border-radius: 10px;
       }
       .tm-prodetails-content>p {
           color: #282828;
       }
       .color-theme {
           color: #545452;
       }
       .tm-prodetails-singleinfo a {
           color: #545452;
       }
       .tm-prodetails-singleinfo {
           color: #545452;
           padding-bottom: 5px;
           padding-top: 5px;
           border-bottom: 1px solid #e7e7e7;
       }
       .tm-prodetails-infos {
           background-color: #eee;
           padding: 15px;
       }
       .tm-prodetails-price {
           color: #000000;
       }
       .widget-title-two {
           color: #000 !important;
       }
       .widget-categories ul li a {
           color: #000;
       }
       .widget-sizes ul li a {
           color: #000000;
       }
       .tm-product-price {
           color: #0c0c0c;
       }
       .single-widget {
           color: #b12c79;
       }
       .widget-pricefilter-price {
           color: #000;
       }
       .widgets {
/*           box-shadow: 0 0 10px #d3d3d3;*/
           padding: 10px;
       }
       .tm-prodetails-share ul li a {
           color: #202020;
       }
       .tm-scrollanim.scrollanim-action {
           background-color: #efefef;
           padding: 0;
       }
       .widget-title-one {
           color: #b12c79;
           font-size: 15px;
           text-transform: uppercase;
       }
       .single-widget .widget-title {
           padding-bottom: 2px;
           margin-top: 0;
           margin-bottom: 5px;
       }
       .single-widget.widget-newsletter ul li b {
           font-size: 13px;
       }
       .widget-archives ul li a {
           color: #080808;
       }
       .tm-contact-block a {
           color: #000000;
       }
       .tm-cart-coupon input:not([type=submit]) {
           background-color: #383838;
           color: #fff;
       }
       .tm-cart-pricebox table td {
           color: #181818;
       }
       .tm-checkout-couponform input:not([type=submit]) {
           background-color: #323232;
       }
       .google-map {
           min-height: auto;
           margin-bottom: 20px;
       }
       .tp-product-category-thumb {
           margin-bottom: 0px;
           border: 1px solid #c3c3c3;
           border-radius: 100%;
           width: 85px;
           height: 85px;
           margin: 0 auto;
           align-items: center;
           display: flex;
       }
       .tp-product-category-thumb a {
           display: inline-block;
           width: 75px;
           height: 75px;
           background-color: var(--tp-grey-1);
           background-image: radial-gradient(95.56% 95.56% at 50% 50%, #FFFFFF 0%, #cadaf9 100%);
           border-radius: 50%;
           text-align: center;
           display: flex;
           align-items: center;
           justify-content: center;
           margin: auto;
       }
       .tp-product-category-thumb a img {
           width: 60%;
           -webkit-filter: grayscale(100%);
           /* Safari 6.0 - 9.0 */
           filter: grayscale(100%);
           transition: all .2s ease-in-out;
       }
       .tp-product-category-thumb a img:hover {
           transform: rotate3d(0, 0, 1, 35deg);
           -webkit-filter: grayscale(0);
           filter: brightness(0.5);
       }
       .tp-product-category-title {
           font-weight: 500;
           font-size: .875rem;
           margin-bottom: 0;
       }
       .tp-product-category-content p {
           font-weight: normal;
           font-size: 12px;
           margin-top: -10px;
       }
       .row-cols-xl-5>* {
           flex: 0 0 auto;
           width: 19%;
       }
       .mbmen-20 {
           margin-bottom: 15px;
       }
       .mens-box {
           padding-top: 30px;
           margin: 1px 0;
/*           box-shadow: 0 0 30px #cdcdcd !important;*/
       }
       .tm-section-two1 {
           padding: 20px 0;
       }
       .login-logo {
           text-align: center;
           padding-bottom: 20px;
           position: relative;
       }
       .login-logo h4 {
           position: absolute;
           top: -15px;
           left: 0;
           display: none;
       }
       .login-logo h4 a svg {
        height: 20px;
        fill: #555;
       }
       .center-box {
           margin: 0 auto;
       }
       .center-box1 {
           background-color: #fff;
           box-shadow: 0 0 10px #ccc;
           padding: 40px;
       }
       .tm-form-field {
           margin-top: 10px;
       }
       .tm-form-field1 {
           margin-top: 25px;
       }
       .tm-button-one {
           width: 100%;
       }
       .login-text p {
           font-size: 13px;
           color: rgb(40 44 63 / 80%);
       }
       .neme-text label {
           font-weight: bold;
           font-size: 13px;
           margin-bottom: 5px;
       }
       .login-footer {
           padding-top: 15px;
       }
       .login-footer {
           text-align: center;
       }
       .login-first {
           position: relative;
       }
       .login-first h6 {
           font-size: 13px;
           display: inline-block;
           background-color: #fff;
           padding: 0 8px 0 8px;
           color: rgb(40 44 63 / 80%);
           margin:0;
       }
       .login-first:after {
           content: "";
           width: 100%;
           background-color: transparent;
           display: block;
           height: 1px;
           border-top: 1px solid #e7e7e7;
           position: absolute;
           top: 56%;
           margin-top: -1px;
           z-index: -1;
       }
       .create-account-text {
           padding: 0px;
           margin: 10px 0;
       }
       .create-account-text a {
           width: 100%;
           font-size: 13px;
           border-radius: 5px;
           background-color: #eee;
           border: 1px solid #ccc;
           padding: 5px 0;
           color: rgb(40 44 63 / 80%);
           display: inline-block;
       }
       .create-account-text1 ul {
           text-decoration: none;
           padding: 0;
       }
       .create-account-text1 ul li {
           list-style: none;
           display: inline-block;
       }
       .create-account-text1 ul li a {
           color: #6e94ff;
           font-size: 13px;
           padding: 0 15px;
       }
       .create-account-text1 ul li a:hover {
           color: rgb(40 44 63 / 80%);
       }
       .tm-footer-copyright1 {
           color: rgb(40 44 63 / 80%);
           font-size: 13px;
           line-height: 20px;
           margin: 0;
       }
       .tm-footer-copyright1 a {
           color: rgb(40 44 63 / 80%);
           font-weight: bold !important;
       }
       .tm-form-font label {
           font-size: 13px;
           color: rgb(40 44 63 / 80%);
       }
       .tm-section-menphoto {
           background-image: url("../images/login-bg1.png");
           background-size: cover;
       }
       .col-lg-33 {
           width: 20% !important;
       }
       .ratingbox-one {
           background-color: rgb(3, 141, 99);
           border-radius: 3px;
           padding: 0 5px;
           width: 50px;
           text-align: center;
           float: left;
       }
       .reviews-text {
           color: #646464;
           padding-left: 10px;
       }
       .is-active-one {
           font-size: 13px !important;
           color: #fff !important;
       }
       .star-outline-one {
           color: #fff !important;
           font-size: 15px;
       }
       .tm-footer-copyright a:hover {
           color: #202020;
       }
       .accordion-button {
           color: #202020;
           font-weight: 700;
           font-size: 16px;
           width: 100% !important;
           text-align: left;
       }
       input[type=checkbox]~label:before, input[type=radio]~label:before {
           position: absolute;
           left: 0;
           top: 6px !important;
           display: none;
       }
       .drop {
           display: flex;
           justify-content: space-between;
           align-items: center;
           padding: 5px;
           line-height: 1.5;
           white-space: nowrap;
           transition: color 0.2s;
           &::after {
               content: "";
               display: block;
               width: 15px;
               height: 15px;
/*               background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0001 1.5L6.8001 5.5L11.6001 1.5' stroke='%23737373' stroke-width='2.14815' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") !important;*/
               background-repeat: no-repeat;
               background-position: center;
           }
           &:hover {
               color: #111;
           }
           &.show::after {
               transform: rotate(180deg);
           }
           // dropdown menu &list {
               font-size: 0.9em;
               width: 100%;
               max-height: 0;
               transition: max-height 0.2s ease-out;
               overflow: hidden;
               li {
                   padding: 10px 0;
                   transition: background-color 0.2s ease-out;
               }
               li:hover {
                   background-color: #eee;
               }
           }
       }
       .dropaa {
           display: flex;
           justify-content: space-between;
           align-items: center;
           padding: 5px;
           line-height: 1.5;
           white-space: nowrap;
           transition: color 0.2s;
           &::after {
               content: "";
               display: block;
               width: 15px;
               height: 15px;
/*               background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0001 1.5L6.8001 5.5L11.6001 1.5' stroke='%23737373' stroke-width='2.14815' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") !important;*/
               background-repeat: no-repeat;
               background-position: center;
               transform: rotate(180deg);
           }
           &:hover {
               color: #111;
           }
           &.show::after {
               transform: rotate(0deg);
           }
           // dropdown menu &list {
               font-size: 0.9em;
               width: 100%;
               max-height: 0;
               transition: max-height 0.2s ease-out;
               overflow: hidden;
               li {
                   padding: 10px 0;
                   transition: background-color 0.2s ease-out;
               }
               li:hover {
                   background-color: #eee;
               }
           }
       }
       .widgets-one {
           margin-top: 0px;
       }
       .reverse-one {
           margin-top: 0px;
       }
       .tm-button, a.tm-button, button.tm-button {
           max-height: 40px;
           line-height: 40px;
           font-size: 15px;
       }
       .tm-product-bottomside h6 {
            font-size: 14px;
            line-height: 16px;
            font-weight: normal;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
       }
       .toggle-middle-btn {
           display: none;
       }
       .tm-prodetails-largeimage.slick-slide.slick-current.slick-active a img {
           width: 100%;
       }
       .tm-mobilenav .mean-nav>ul li a.mean-expand {
           background: rgb(183 110 121);
       }
       .tm-product-bottomside {
           padding: 10px;
       }
       .tm-product-topside img {
           width: 100%;
           -webkit-transition: .3s ease-in-out;
           transition: .3s ease-in-out;
       }
       .tm-product-topside img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
       }
       .sectiontitle-two {
           text-align: left !important;
           padding: 0px;
           margin: 0px;
       }
       .category-text-box {
           border-radius: 5px;
           text-align: center;
       }
       .category-text-box img {
           width: 80%;
           height: 80%;
           border-radius: 5%;
       }
       .category-text-box h3 {
           margin: 0px;
           padding: 0px 0 !important;
           font-size: 14px;
           color: #000;
           text-align: center;
           padding: 0px;
       }
       .category-text-box:hover {
           color: #fff;
           border-radius: 5px;
       }
       .buttom-text {
           width: 100%;
           border-top: 0px !important;
           border: 1px solid #ebebeb;
           padding: 0 10px 10px 10px;
           position: relative;
           background-color: #fff;
       }
       .revard-icon {
           background-color: rgb(3, 141, 99);
           padding: 0 5px;
           border-radius: 2px;
           position: absolute;
           bottom: 15px;
           right: 29px;
           height: 20px;
       }
       .buttom-text h2 {
           font-size: 14px;
           margin: 0;
       }
       .buttom-text p {
           font-size: 13px;
           margin: 0;
           font-weight: bold;
       }
       .revard-icon h4 {
           color: #fff;
           font-size: 12px;
           margin:0px;
           line-height: 20px;
       }
       .tm-section.tm-brandlogo-area.tm-padding-section.bg-grey {
           background-color: #fff;
           padding: 50px 0 !important;
       }
       .tm-footer-toparea.tm-padding-section {
           padding-bottom: 10px;
           background-color: #ffecf7;
       }
       .tmsection-four {
           background-color: #ae4b842e !important;
           background-image: none !important;
       }
       .sectiontitle-three h3 {
           background-color: transparent;
       }
       .slick-slide a img {
           width: 100% !important;
       }
       .products-ditales-text {
           box-shadow: 0 0 10px #ccc;
           width: 100% !important;
           padding: 15px;
           border-radius: 5px;
       }
       .products-ditales-one1 {
           margin-top: 20px;
       }
       .products-ditales11 {
           margin-top: 0px !important;
       }
       .products-retting h6 svg {
           font-size: 12px;
           margin-top: -5px;
       }
       .left-box2 h6 {
           padding-top: 10px;
           height: 50px;
           font-size: 48px !important;
           color: #282c3f !important;
       }
       .left-box2 h6 svg {
           fill: #14958f !important;
           line-height: 35px !important;
       }
       .products-ditales-one h6 {
           margin: 0px;
           color: #646464;
           font-size: 13px;
       }
       .products-ditales-one p {
           margin: 0px;
           font-size: 13px;
           color: #858585;
       }
       .products-ditales-one h6 svg {
           height: 14px;
           padding-left: 10px;
           fill: #525252;
       }
       .left-box1 {
           margin-bottom: 5px;
           padding-bottom: 10px;
           border-bottom: 1px solid #e9e9e9;
       }
       .left-box1 p {
           margin: 0;
       }
       .left-box1 h6 {
           margin: 0;
           line-height: 10px;
       }
       .Address-pdp-box {
           width: 100%;
           border-radius: 5px;
       }
       .Address-address-box {
           font-family: inherit;
           position: relative;
           padding: 2px;
           font-size: 15px;
           border: 1px solid #bfc0c6;
       }
       .Address-pincode-input {
           margin: 8px 0;
       }
       .Address-pincode-input>input {
           border: none;
           width: 100%;
       }
       .Address-address-button {
           background-color: #fff;
           cursor: pointer;
           border: none;
           position: absolute;
           top: 1px;
           right: 1px;
           font-size: 13px;
           font-weight: 700;
       }
       .photo-box1 {
           display: flex;
           justify-content: space-between;
           flex-wrap: wrap;
           background-color: #fff;
           border-radius: 7px;
           padding: 8px 5px;
           margin-top: 5px;
           align-items: center;
           box-shadow: 0 0 10px #cccccc2e;
       }
       .photo-two h6 {
           font-size: 13px;
           font-weight: normal;
           line-height: 18px;
           padding-left: 10px;
           margin: 0px;
           color: #323232;
           border-left: 1px solid #ccc9;
       }
       .photo-one {
           width: 15%;
           float: left;
           margin: 0 auto;
       }
       .photo-two {
           width: 80%;
       }
       .social-icons {
           padding: 0px;
       }
       .social-icons a {
           color: #ae4b84;
           line-height: 0px;
           font-size: 0px;
           margin: 0 5px;
           text-decoration: none;
       }
       .social-icons a i {
           line-height: 30px;
           font-size: 25px;
           -webkit-transition: all 200ms ease-in;
           -webkit-transform: scale(1);
           -ms-transition: all 200ms ease-in;
           -ms-transform: scale(1);
           -moz-transition: all 200ms ease-in;
           -moz-transform: scale(1);
           transition: all 200ms ease-in;
           transform: scale(1);
       }
       .social-icons a:hover i {
           box-shadow: 0px 0px 150px #000000;
           z-index: 2;
           -webkit-transition: all 200ms ease-in;
           -webkit-transform: scale(1.5);
           -ms-transition: all 200ms ease-in;
           -ms-transform: scale(1.5);
           -moz-transition: all 200ms ease-in;
           -moz-transform: scale(1.5);
           transition: all 200ms ease-in;
           transform: scale(1.5);
       }
       .tp-footer-widget-title {
           font-weight: 700;
           font-size: 13px;
           color: #b12c79;
           margin-bottom: 0px;
           line-height: 16px;
       }
       .tp-footer-one {
           margin-top: 30px;
       }
       .tp-footer-one ul li {
           display: inline-block;
           padding: 0 5px !important;
           margin: 3px 0;
       }
       .tp-footer-one ul li a {
            color: #b12c79;
            background-color: #f7d8ea;
            font-weight: 500;
            font-size: 12px;
            position: relative;
            padding: 3px 8px;
            border-radius: 100px;
       }
       .tm-footer-bottomarea {
           padding: 1px 0;
           border-top: 1px solid #74747421;
           background-color: #ffecf7;
       }
       .header-options-ones {
           float: left;
           width: 70%;
       }
       .login-icon a img {
           width: 15%;
       }
       .tm-heroslider.slick-slide {
           min-height: calc(-96px + 65vh) !important;
       }
       .tm-feature-icon {
           max-width: 80px;
       }
       .tm-feature-icon img {
           width: 50%;
       }
       .middle-banner-box {
           padding: 20px 0 20px 0;
       }
       .middle-one-box img {
           width: 100%;
           border-radius: 5px;
       }
       .middle-one-box1 {
           margin: 15px 0;
       }
       .tm-header-sticky .tm-header-bottomarea {
           /* height: 40px; */
       }
       .tm-header-nav ul li {
           line-height: 15px;
       }
       .widget-newsletter ul li a {
           color: #b12c79;
           font-size: 13px;
           font-weight: bold;
       }
       .unit-content {
           z-index: 9999;
       }
       .all-view {
           margin-top: 10px;
       }
       .all-view a {
           color: #d50020;
           font-size: 13px;
           font-weight: bold;
       }
       .wwaaaa {
           height: 600px;
           overflow: scroll;
           -ms-overflow-style: none;
           /* IE and Edge */
           scrollbar-width: none;
           /* Firefox */
       }
       .sticky-top1 {
           position: sticky;
           top: 20px;
       }
       .sticky-top2 {
           padding-bottom: 30px;
       }
       .dropdown:hover>.dropdown-menu {
           display: block;
       }
       .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    .login-icon img {
       width: 100%;
   }
   .tm-header-middlearea {
       z-index: 999;
   }
   .dropdown-menu-one li {
       width: 100%;
   }
   .dropdown-menu-one li a {
       font-size: 13px;
       color: #000;
       padding: 0px 15px;
   }
   .dropdown-four {
       height: 30px;
       text-align: left;
   }
   .login-icon {
       margin-top: 0px;
       margin-right: -10px;
       padding: 0px;
       filter: blur(0) !important;
   }
   .login-icon:focus {
       outline: none !IMPORTANT;
       box-shadow: none;
       border: none;
       filter: blur(0) !important;
   }
   .left-box2 {
       border-right: 1px solid #e9e9e9;
       text-align: center;
   }
   .login-icon::after {
       display: none !important;
   }
   .login-icon svg {
       fill: #ae4b84 !important;
       height: 20px;
   }
   .login-icon span {
       width: 100%;
       color: #ae4b84;
       display: flex;
       font-size: 10px !important;
   }
   .size-text {
       border: none;
       display: flex;
       width: 100%;
       justify-content: space-between;
       flex-wrap: wrap;
   }
   .size-text span a {
       border: 1px solid #c9c9c9;
       border-radius: 100px;
       font-size: 13px;
       padding: 5px 15px;
   }
   .Weight-text {
       width: 100%;
   }
   .widgets-one {
       margin: 0px;
       width: 45%;
   }
   .cart-right-inner {
       padding-bottom: 20px;
   }
   .widgets-one h2 {
       margin-bottom: 0px;
   }
   .widgets-one h3 {
       margin-bottom: 0;
       display: flex;
   }
   .widgets-one h2 b {
       font-size: 14px;
   }
   .button-wishlist a {
       background-color: #ae4b84;
       border: 1px solid #ae4b84;
       padding: 10px 25px;
       border-radius: 5px;
       color: #fff;
   }
   .tm-button-wishlist1 {
       margin-left: 10px;
       background-color: #fff !important;
       color: #000 !important;
       border-color: #e3e3e3 !important;
       padding: 10px 20px !important;
   }
   .tm-button-wishlist1 svg {
       height: 20px;
       fill: #000;
       margin-right: 7px;
   }
   .tm-button-wishlist1:hover {
       background-color: #fff !important;
       color: #000 !important;
       border-color: #000 ! IMPORTANT;
   }
   .tm-button-wishlist2 a:hover {
       border-color: #000;
   }
   .tm-button-cart svg {
       height: 18px;
       fill: #fff;
       padding-right: 10px;
   }
   .heading {
       font-size: 25px;
       margin-right: 25px;
   }
   .fa {
       font-size: 25px;
   }
   .checked {
       color: orange;
   }
/* Three column layout */
.side {
   float: left;
   font-size: 10px;
   font-size: 13px;
   color: #918c8c;
    /* width: 8%;
    */
   margin-top:1px;
   margin-right: 3px;
}
.row-center {
   align-items: center;
}
.side svg {
   fill: #918c8c;
   height: 10px;
}
.tm-header-nav .tm-header-nav-dropdown ul li a {
    font-size: 12px;
    color: #4c4c4c;
    background-color: #e9e9e9;
    padding: 5px 10px;
    border-radius: 2px;
    line-height: 16px;
}
.slick-slide img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slick-slide img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.middle {
   margin-top:13px;
   float: left;
   width: 81%;
}
/* Place text to the right */
.right {
   text-align: right;
   color: #918c8c;
}
/* Clear floats after the columns */
.row:after {
   content: "";
   display: table;
   clear: both;
}
/* The bar container */
.bar-container {
   width: 100%;
   background-color: #efefef;
   text-align: center;
   color: white;
}
/* Individual bars */
.bar-5 {
    width: 60%;
    height: 5px;
    background-color: #04AA6D;
}
.bar-4 {
    width: 30%;
    height: 5px;
    background-color: #2196F3;
}
.bar-3 {
    width: 10%;
    height: 5px;
    background-color: #00bcd4;
}
.bar-2 {
    width: 4%;
    height: 5px;
    background-color: #ff9800;
}
.bar-1 {
    width: 15%;
    height: 5px;
    background-color: #f44336;
}
/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
   .side, .middle {
       width: 100%;
   }
   .right {
       display: none;
   }
}
.my-wishlist {
   padding-top: 20px;
   text-align: left;
}
.my-wishlist h4 {
   font-size: 15px;
   margin: 0px;
   color: #444343;
}
.my-wishlist h4 span {
   font-size: 15px;
   font-weight: normal;
   border-left: 1px solid #ccc;
   margin-left: 6px;
}
.page-content-ones {
   padding-top: 30px;
}
.my-wishlist-one {
   padding-top: 0px;
}
.cart-box1 {
   box-shadow: none; 
   border: 1px solid #e7e7e7; 
   border-radius: 3px;
   padding: 15px 15px;
   margin-bottom: 20px;
}
.cart-text h2 {
   font-size: 14px;
   margin: 0px;
   line-height: 25px;
   color: #686868;
   text-align: left;
}
.cart-text h3 {
   font-size: 14px;
   margin: 0px;
   font-weight: normal;
   line-height: 25px;
}
.discount-text {
   color: #03a685 !important;
}
.cart-text h4 {
   font-size: 15px;
   margin: 0px;
   line-height: 20px;
}
.cart-text h4 span {
   font-size: 13px;
   font-weight: normal;
   line-height: 10px;
   padding-right: 15px;
   color: #858585;
}
.return-text span {
   padding-right: 0px !important;
}
.return-text {
   font-size: 14px !important;
   color: #5e5e5e;
   margin: 0px !important;
   line-height: 20px;
   font-weight: normal;
}
.return-text-men {
   border-top: 1px solid #e1e1e1;
   border-bottom: 1px solid #e1e1e1;
   padding: 6px 0;
}
.return-text span svg {
   height: 11px;
   fill: #03a685;
   padding-right: 5px;
}
.return-text1 span svg {
   height: 25px !important;
}
.cart-text1 span {
   font-weight: normal;
}
.cart-box11 {
   padding: 20px 15px;
}
.cart-text {
   position: relative;
}
.edit-btn {
   background-color: white;
   color: #747474;
   padding: 0px 10px;
   line-height: 10px;
   border-radius: 5px;
   height: 30px;
   font-size: 15px;
   font-weight: bold;
   position: absolute;
   top: 0;
   right: 30px;
   box-shadow: 0 0 10px #ccc;
}
.edit-btn-two {
   padding: 0px;
   width: 25px;
   height: 25px;
   border-radius: 100px;
   position: absolute;
   top: 2px;
   right: 0px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: inherit !important;
}
.edit-btn-two svg {
   height: 20px;
   fill: #666;
}
.cart-photo h2 {
   font-size: 13px;
   color: #282828;
   font-weight: normal;
   margin:0px;
}
.cart-text-1 h2 {
   text-align: right;
   font-size: 13px;
   color: #282828;
   font-weight: normal;
   margin:0px;
}
.box-bottom {
   margin-top: 20px;
   border-top: 1px solid #e5e5e5;
}
.cart-right {
   padding: 15px;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.two-left h2 {
    /* text-decoration: underline dotted;
    */
   color: rgb(137 137 137);
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   margin: 0px;
   padding: 0px;
   align-items: center;
}
.two-right h2 {
   color: rgb(53, 53, 67);
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
   margin: 0px;
   padding: 0px;
   text-align: right;
}
.cart-box2 {
   padding-bottom: 10px;
   border-bottom: 1px solid #ccc;
}
.card-right-center {
   padding-top: 7px 
}
.two-left1 h2 {
   font-weight: bold;
   text-decoration: auto !important;
}
.two-right1 h2 {
   font-weight: bold;
}
.cart-box4 {
   text-align: center;
   padding-top: 20px;
}
.two-left1 p {
   font-size: 10px;
   margin: 0px;
   color: #979797;
}
.two-left1 a h2 {
   background-color: #ae4b84;
   color: #fff;
   padding: 10px;
   border-radius: 5px;
}
.two-left1 img {
   margin-top: 10px;
}
.form-control1 {
   width: auto;
   height: 25px;
   color: #000;
}
.qqq {
   color: #000;
}
.cart-text {
   position: relative;
}
.Weight-text-a {
   height: 25px !important;
   width: 80px !important;
   position: absolute;
   top: 48px;
   left: 40px;
}
.cart-textaa {
   text-align: right;
}
.delivery-details {
   position: absolute;
   top: 15px;
   left: 15px;
}
.cart-text1 svg {
   height: 14px;
   padding-right: 5px;
}
.tm-section {
   margin-top: 10px;
}
.quantity {
   display: flex;
   align-items: center;
    /* border: 1px solid #d7d7d7;
     */
   border-radius: 4px;
   overflow: hidden;
   box-shadow: none;
   margin-top: 7px;
   position: absolute;
   right: 0;
   top: 45px;
   padding: 8px 15px;
   background-color: #ffeaea;
    /* box-shadow: 0 0 15px #cdcaca;
     */
   border-radius: 5px;
}
.quantity button {
   background-color: #ffffff;
   color: #000;
   border: none;
   cursor: pointer;
   font-size: 15px;
   line-height: 10px;
   text-align: center !important;
   width: 15px;
   height: 15px;
   border: 1px solid #bbb;
   text-align: center;
    /* transition: background-color 0.2s;
     */
   border-radius: 100%;
   padding: 0;
}
.quantity button:hover {
   background-color: #ae4b84;
   color: #fff;
}
.input-box {
   width: 40px;
   height: 20px;
   text-align: center;
   border: none;
   padding: 8px 10px;
   font-size: 15px;
   outline: none;
   background-color: #fff;
   color: #020202;
   border: 1px solid #bbb;
   margin: 0 5px;
   border-radius: 2px;
}
/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button, .input-box::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
.input-box[type="number"] {
   -moz-appearance: textfield;
}
.widgets-two {
   width: 100%;
   padding: 0;
}
.tm-mobilenav .mean-nav>ul li a.mean-expand:hover {
   background: rgb(183 110 121 / 44%);
}
.card-form {
   color: #000;
   background-color: #ae4b8400;
   border: 1px solid #e3e3e3;
   margin-bottom: 10px;
}
.card-form-1 {
   width: 48%;
   float: left;
}
.form-twobutton {
   display: flex;
   justify-content: flex-start;
   margin: 10px 0;
}
.form-left {
   margin-right: 40px;
}
.form-left label {
   color: #787878;
   font-size: 13px;
}
.cart-text12 h2 span {
   color: #000;
}
.address-btn1 {
   padding: 1px 15px;
    border-radius: 50px;
    border: 1px solid #ae4b84;
    float: left;
    color: #ffffff;
    font-size: 13px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #ae4b84;
}
.address-btn1:hover {
    color: #ae4b84;
    background-color: transparent;
    transition: all .4s ease-in-out;
}
.thanks-btn {
    margin-top: 20px;
}
.thank-color {
    background-color: #ae4b84;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.text-colorChange {
    background: #6c757d;
}
.thank-color div div h4 {
    color: #fff;
    line-height: inherit;
}
.rating-box {
  padding: 25px 50px;
  background-color: #f1f1f1;
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.rating-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.rating-box .stars {
  display: flex;
  align-items: center;
  gap: 25px;
}
.stars i, .stars2 i {
  font-size: 35px;
  color: #b5b8b1;
  transition: all 0.2s;
  cursor: pointer;
  padding:10px;
}
.stars i.active, .stars2 i.active {
  color: #ffb851;
  transform: scale(1.2);
}
.thank-color div div p {
    color: #fff;
}
.check-boxbtn label {
   color: #787878;
   font-size: 13px;
}
input::placeholder {
   color: #787878;
   font-size: 13px;
}
.check-boxbtn {
   margin: 20px 0;
}
a.add-men-btn {
   display: inline-block;
   background-color: #ae4b84;
   color: #fff;
   width: 100%;
   font-size: 14px;
   width: 100%;
   border-radius: 5px;
   text-align: center;
   padding: 10px;
}
.cart-box12 {
   cursor: pointer;
}
.cart-box12:hover {
   border-color: #ccc !important;
}
.home-button {
   border-radius: 50px;
   border: 1px solid #ccc;
   font-size: 9px;
   padding: 2px 8px;
   color: #03a685;
   margin-left: 10px;
}
.full-form h2 span svg {
   fill: #03a685;
}
.full-form p {
   font-size: 13px;
   color: #424553;
   font-weight: normal;
   margin: 0px;
}
.full-form p span {
   font-size: 13px;
   color: #424553;
   font-weight: normal;
}
.delivery-text {
   padding-top: 10px;
}
.delivery-text span {
   font-size: 13px;
   color: #424553;
}
.addressBlocks-base-btns {
   margin: 16px 0;
}
.addressBlocks-base-edit, .addressBlocks-base-remove {
   color: #717171;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 12px;
   letter-spacing: .5px;
   background: transparent;
   cursor: pointer;
   border: 1px solid #717171;
   border-radius: 4px;
   padding: 6.5px 16px;
}
.addressBlocks-base-remove {
   float: left;
   width: 80px;
}
.addressBlocks-base-edit {
   width: 58px;
   margin-left: 16px;
}
.addressBlocks-base-edit, .addressBlocks-base-remove {
   color: #282c3f;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 12px;
   letter-spacing: .5px;
   background: transparent;
   cursor: pointer;
   border: 1px solid #282c3f;
   border-radius: 4px;
   padding: 5px 10px;
   height: 30px;
   line-height: 10px;
}
.add-new-address {
   color: #ae4b84;
   font-weight: bold;
   border: 1px dashed #ae4b845c;
   padding: 10px;
   border-radius: 5px;
}
.paymentDesktop-base-giftCardBlock {
   margin-bottom: 32px;
}
.giftcard-base-container {
   padding: 22px 36px 22px 44px;
   border: 1px solid #eaeaec;
   font-weight: 700;
   position: relative;
   line-height: 16px;
   background: #fff;
}
svg:not(:root) {
   overflow: hidden;
}
.giftcard-base-giftIcon {
   position: absolute;
   top: 22px;
   left: 15px;
   width: 18px;
   height: 17px;
}
.giftcard-base-title {
   display: inline-block;
   font-size: 14px;
}
.giftcard-base-apply {
   color: #ae4b84;
   float: right;
   display: inline-block;
   cursor: pointer;
   font-weight: 700;
   font-size: 12px;
}
.payment-last {
   padding: 0px 0;
}
.form-check {
   margin-bottom: 10px;
   padding: 0px;
}
.form-check span {
   float: right;
   text-align: right;
}
.form-check span img {
   width: 20%;
   position: absolute;
   right: 7px;
   top: 1px;
}
.pay-icon img {
   width: 8% !important;
   top: -2px !important;
}
.middle-bg1 {
   margin-top: 30px;
   width: 100%;
}
.similliar-products {
    width: 100%;
}
.pay-icon1 img {
   width: 12% !important;
   position: absolute;
   right: 7px;
   top: -11px !important;
}
.tm-prodetails-price del {
   color: #ababab;
   padding-left: 10px;
}
.tm-blog-metahighlight {
   font-weight: 600;
   font-size: 10px;
}
.tm-blog-title a {
   font-size: 13px;
   line-height: 20px;
   display: inline-block;
}
.ratingbox22 {
    background-color: #fff !important;
}
.is-active22 {
    font-size: 13px !important;
    color: #ae4b84 !important;
}
.star-outline22 {
    color: #ae4b84 !important;
}
.tm-blog-content {
   margin-top: 10px;
   padding: 0 10px 15px 10px;
}
.tm-blog-meta {
   margin-bottom: 0px;
}
.tm-blog-content p {
   font-size: 12px;
   line-height: 18px;
}
.tm-readmore {
   color: #b12c79 !important;
    font-size: 11px !important;
    border: 1px solid #b12c791a;
    padding: 0px 12px;
    border-radius: 100px;
}
.tm-readmore::after, a.tm-readmore::after {
    color: #b12c79;
    font-size: 12px;
}
.tm-blog-title {
   margin-bottom: 5px;
}
.tm-blog-metahighlight span {
   font-size: 12px;
}
.feature-area-one {
   padding: 20px 0;
   background-color: #b12c79;
}
.remove-btn {
   position: absolute;
   right: -15px;
   top: -20px;
   border: none;
}
.thank-hadding {
   text-align: center;
}
.thank-hadding p {
   color: #8d8d8d;
}
.address-icon h4 svg {
   height: 15px;
   padding-right: 10px;
}
label.form-check-label {
   font-size: 13px;
   font-weight: bold;
   color: #8d8c8c;
}
.address-change-a {
    border-radius: 5px;
    border: 1px solid; #ae4b84;
    font-size: 13px;
}

.coupon-base-validCouponContainer {
    width: 100%;
    padding: 16px 23px 16px 24px;
    background: #fff;
    margin-bottom: 1px;
}
.coupon-base-checkBoxContainer {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.coupon-base-customCheckbox {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
.coupon-base-checkboxIcon {
    font-size: 20px;
    position: relative;
    margin-top: 8px;
    fill: #282c3f;
}
.coupon-base-labelChecked, .coupon-base-labelUnchecked {
    display: flex;
/*    margin-left: 16px;*/
    padding: 0px 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}
.coupon-base-labelUnchecked {
    color: #282c3f;
    border: 1px dashed #282c3f;
    border-radius: 3px;
}
/*.coupon-base-infoContainer {
    margin-left: 36px;
}*/
.coupon-base-benefit {
    color: #282c3f;
    font-weight: 700;
    font-size: 14px;
    padding-top: 12px;
}
.coupon-base-amount {
    color: #282c3f;
}
svg:not(:root) {
    overflow: hidden;
}
.coupon-base-extraInfo {
    margin-top: 4px;
    margin-right: 20px;
    color: #282c3f;
    font-size: 14px;
}
.couponsForm-base-stickyButton {
    background: #fff;
    box-shadow: 0 -1px 12px 0 rgba(0,0,0,.15);
    border-top: 0 solid #d5d6d9;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.couponsForm-base-savingsMessage {
    height: 40px;
    padding: 2px 8px 0 45px;
    border: 0;
    background: #fff;
    width: 40%;
    float: left;
}
.couponsForm-base-savingsMessage .couponsForm-base-message {
    font-weight: 700;
    font-size: 12px;
    color: #696b79;
    text-align: left;
}
.couponsForm-base-savingsMessage .couponsForm-base-price {
    font-weight: 700;
    font-size: 16px;
}
.css-vb8h7p {
    font-size: 14px;
    padding: 10px 16px;
    width: 60%;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 2px;
    border-width: 0px;
    background-color: rgb(255, 63, 108);
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.css-xjhrni {
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
}
.modal-footer1 {
    text-align: left;
}
.modal-footer1 h2 {
    font-size: 12px;
    font-weight: normal;
}
.modal-footer1 h3 {
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
}
.add-new-address11 {
    background-color: #ae4b84;
    color: #fff;
}
h2.address-men {
    font-size: 13px ! IMPORTANT;
    padding-bottom: 10px;
}
button.address-change-a {
    height: 33px;
}
.cart-text h3 span {
    color: #9b9b9b;
    text-decoration: line-through;
}
.address-change-one {
    width: 100%;
}
.check-boxbtn-aa {
    margin-bottom: 0px;
    text-align: left;
}
.tm-myaccount-fives {
    box-shadow: none; 
   border: 1px solid #e7e7e7; 
   border-radius: 3px;
    padding: 15px 0 !important;
}
.profile-men {
    padding-top: 60px;
}
.my-profile-left {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.tabgroup-left1 {
    padding: 15px 10px;
    display: block;
}
.my-profile-left img {
    width: 20%;
}
.my-profile-left h2 {
    font-size: 15px;
    margin: 0;
    line-height: 35px;
}
.my-profile-left p {
    font-size: 13px;
    margin: 0;
    line-height: 10px;
    color: #818181;
}
.wishlist-menbox {
    margin-top: 10px;
}
.wishlist-one {
    box-shadow: 0 0 10px #ccc;
    position: relative;
    border-radius: 5px;
}
.remove-btn-two {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    line-height: 0;
    padding: 0;
}
.wishlist-one img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.wishlist-texts {
    padding: 15px 10px;
}
.wishlist-texts h2 {
    font-size: 13px;
    color: #262626;
    margin: 0;
    line-height: 20px;
}
.itemdetails-itemPricing {
    font-size: 16px;
    text-align: left;
}
.itemdetails-boldFont {
    font-weight: 700;
    padding: 0 3px 0 0;
    font-size: 13px;
    color: #282c3f;
}
.itemdetails-strike {
    text-decoration: line-through;
    opacity: .7;
    font-size: 12px;
    padding: 0 3px;
    color: #282c3f;
}
.itemdetails-discountPercent {
    color: #ff905a;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 700;
}
.moveBag-btn {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    background-color: #ae4b84;
    padding: 5px 0;
    text-align: center;
    color: #fff ! IMPORTANT;
    margin-top: 5px;
    border-radius: 3px;
}
.my-profile-icon {
    padding: 0px 0px 0 10px;
}
.my-profile-icon svg {
    height: 40px;
    margin-top: 0px;
    width: 14%;
    float: left;
    margin-top: -8px;
}
.login-icon-two {
    margin-right: 0px !important;
}
.account-list-text {
    width: 86%;
    display:inline-block;
    padding-left: 5px;
}
.cart-text-order {
    display: block;
}
.address-change-two {
    background-color: #ae4b84;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
._3SbeKb.qU6Nxg {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    float: left;
    margin-top: 7px;
    margin-right: 8px;
    background-color: #ff6161;
    border: 2px solid #ff6161;
}
.rate-text {
    font-size: 16px !important;
}
.oder-id h2 {
    font-size: 14px;
    color: #242424;
    font-weight: normal;
    margin: 0px;
}
.oder-id h2 span {
    font-size: 14px;
    color: #242424;
    font-weight: bold;
/*    padding-left: 10px;*/
}
.oder-id-two {
    text-align: right;
}
.oder-id-two h2 {
    font-weight: bold !important;
    color: #818181;
}
.prepaid-text-ones {
    color: #009f14 !important;
        padding-left: 10px;
}
.men-oderID {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    display: flex;
        background-color: #ededed;
}
.box1-frist-ID {
    padding: 0px;
}
.oderID-men1 {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.cart-text-delivered h2 {
    text-align: center;
    color: #FFF;
    background-color: #009f14;
    padding: 2px 10px;
    float: right;
    border-radius: 5px;
    font-size: 12px;
}
.boxID-1 {
    width: 10%;
}
.boxID-2 {
    width: 80%;
}
.boxID-3 {
    width: 20%;
}
.store-photo h2 img {
    width: 75%;
    border-radius: 5px;
}
.oderID-middle {
    padding: 10px 30px 10px 0;
 }
.oderID-productBox {
    display: flex;
}
.boxID-22 {
    width: 50% !important;
}
.boxID-11 {
    width: 10%;
}
.boxID-22 {
    width: 90%;
}
.cart-text-innerBox h2 {
    font-size: 13px;
    color: #767676;
    line-height: 10px;
    font-weight: bold;
    margin: 0px;
}
.cart-text-innerBox p {
    font-size: 12px;
    color: #919191;
    margin: 0;
}
.cart-text-innerBox h2 span {
    font-size: 13px;
    color: #5e5e5e;
    line-height: 10px;
    font-weight: bold;
    padding: 0 10px;
}
.store-photo-11 img {
/*    width: 100%;*/
padding: 15px;
}
.order-footer-btn {
    padding: 10px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}
.order-details-text {
    margin-bottom: 0px;
    font-size: 15px;
}
.prepaid-text11 h2 {
    color: #009f14 ;
        font-size: 14px;
}
.view-detail-btn {
    color: #ae4b84 !important;
    border: 1px solid #ae4b84;
    color: #ae4b84 !important;
    float: right;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 23px;
}
.view-detail-btn:hover {
    border-color: #838080;
    color: #838080 !important;
        
}
.delivered-four h2 {
    background-color: transparent !important;
    color: #2e2e2e !important;
    font-size: 16px ! IMPORTANT;
}
.prepaid-text11 {
    float: left;
    width: 100%;
}
.order-footer-btn h2 {
        font-size: 12px;
    color: #fff;
    margin: 0px;
    height: 25px;
    line-height: 20px;
}
.control-left-btn {
    top: 50% !important;
    left: 5%;
    color: #000;
    background-color: #ae4b84;
    padding: 20px 15px;
    border-radius: 3px;
    width: 20px;
    height: 20px;

}
.control-left-btn span {
    color: #000;
    padding: 7px;
}
.control-right-btn {
    top: 50% !important;
    right: 5%;
    color: #000;
    background-color: #ae4b84;
    padding: 20px 15px;
    border-radius: 3px;
    width: 20px;
    height: 20px;

}
.control-right-btn span {
    color: #000;
    padding: 7px;
}
.text-viwe {
    font-weight: bold;
    color: #767676;
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}
.accordion-button::after {
    background-image: var(--bs-accordion-btn-icon);
}
.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.thank-hadding-one {
    text-align: left;
}
.thank-hadding-one h4 {
    line-height: 10px;
}
.orders-detail-rate {
    position: absolute;
    right: -5px;
    bottom: -10px;
}
.ratings-reviews-form {
    border: none;
    color: #ae4b84;
    font-size: 11px;
    border: 1px solid #ae4b84;
    padding: 0px 10px;
    height: 26px;
    border-radius: 2px;
}
.card-form-one {
    height: 140px;
}
.two-left h2 b {
    line-height: 35px;
}
.payment-mode h4 {
    font-weight: bold;
}
.payment-mode h4 span {
    font-weight: bold;
    color: #ffffff;
    border: none;
    background-color: #009f14;
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 12px;
}
.order-information-text {
    margin-top: 10px;
}
.blog-oneBox {
    width: 100% !important;
}
.blog-leftBox {
    margin:0 10px;
}
.order-information-text h2 {
    font-size: 15px;
    color: #444343;
    margin: 0;
}
.accordion-color {
    background-color: #ae4b84 !important;
    border-radius: 5px 5px 0 0;
    color: #fff !important;
    padding: 0 15px;
    font-weight: normal;
}
.accordion-item {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    border-radius: 5px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 5px 5px 0 0;
}
.delivered-text-a {
    color: #009f14;
}
.prepaid-text-ones-red {
    color: #cb0000 !important;
}
.ratings-reviews-defoult h6 {
        font-size: 13px;
    margin: 0;
    color: #747474;
    font-weight: bold;
    width: 75%;
    border-right: 1px solid #e5e5e5;
    margin: 0 0 0 auto;
}
.ratings-reviews-defoult p {
    color: #a3a3a3;
    width: 60%;
    font-size: 10px;
    line-height: 10px;
    margin: 0 0 0 auto;
}
.ratings-reviews-defoult {
    text-align: right;
        align-items: center;
    display: flex;
}
.detail-rate-a {
    position: absolute;
    bottom: -4px;
    right: 0;
}
.ratings-reviews-defoult h6 svg {
    fill: #14958f;
    height: 10px;
    margin-top: -3px;
}
.customer-address {
    padding-top: 20px;
}
.customer-address h2 {
    font-size: 15px;
    margin: 0;
    line-height: 30px;
    color: #444343;
}
.customer-address h4 {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}
.customer-address p {
    font-size: 12px;
    margin: 0;
    line-height: 20px;
    width: 40%;
    color: #5c5b5b;
}
.cart-text-delivered-five h2 {
    background-color: #cc0000;
}
.slick-track {
    float: left !important;
}
.new-arrival-box div {
    border: none !important;
}
.three-box {
    display: inline-block;
    width: 100%;
}
.apply-coupon-men {
    padding: 0px;
    background-color: transparent;
}
.coupon-base-two {
    padding: 0px;
}
.readmore-base-two {
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    color: #626262;
}
.coupons-btn-one {
        background-color: #ae4b84;
    color: #fff;
    font-size: 10px;
    padding: 0px 10px;
    border-radius: 50px;
}
.coupon-apply-right {
    text-align: right;
}
.coupon-men-box {
        border: 1px solid #dfdfdf;
    cursor: initial;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}
.form-check-label-one {
    line-height: 12px !important;
}
.form-check-label-one span {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 100px;
    font-size: 10px;
    margin-left: 15px;
    margin-top: -3px;
}
.form-check-one {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}
.address-box1 h2 {
        margin: 0px;
    font-size: 12px;
    color: #a1a1a1;
    line-height: 24px;
    font-weight:600;
}
.address-box1 p {
    margin: 0px;
    font-size: 12px;
    color: #525252;
    line-height: 18px;
}
.delivery-address-menBox {
    text-align: left;
}
.home-button-one {
    border-color: #ccc !important;
}


/*star start*/
._2teBVu {
    unicode-bidi: bidi-override;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    float: left;
    cursor: pointer;
}
._2teBVu span:hover {
    color: #ffe11b !important;
}
._2teBVu ._3-1Ttc {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    font-size: 28px;
}
._1IcrHj {
    color: #e0e0e0;
}
._10DU2- {
    color: #ffe11b;
}
/*star end*/




.tm-section{
    position:relative;
/*    z-index:1*/
}
.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 30px;
    left: 30px;
    line-height: 46px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
/*social-icons*/
i.fa.fa-facebook-square {
    color: #0080ff;
}
i.fa.fa-twitter-square {
    color: #00b2ef;
}
i.fa.fa-instagram {
    background: -webkit-linear-gradient(#ffcc52, #f14d59, #a838ae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
i.fa.fa-youtube-square {
    color: #e5000c;
}
i.fa.fa-linkedin-square {
    color: #007bb5;
}
/*social-icons*/
a.meanmenu-reveal {
    display: none !important;
}
.toggle-copy-btn {
    display: none;
}
.tm-product-five img {
    border: none !important;
}

/*22-04-24*/
.mpt-cart h2 {
    font-size: 20px;
}
.mpt-cart p {
    font-size: 16px;
    color: #babdc9;
    line-height: 16px;
}
.continue-shopping-btn {
    background-color: #ae4b84;
    color: #fff ! IMPORTANT;
}
.continue-shopping-btn:hover {
    background-color: #000;
    color: #fff ! IMPORTANT;
}

.dropdown-icon p {
    font-size: 11px;
    line-height: 10px;
    margin: 0;
        padding-bottom: 3px;
}
.dropdown-icon h3 {
    font-size: 11px;
    line-height: 10px;
    margin: 0;
    font-weight: bold;
    color: #616161;
}
.cet-photo img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.cet-photo:hover img {
    display: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: 1px solid #b12c79;
}
.sectiontitle-four {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px;
}
.product-price-three {
    color: #9b9b9b;
    text-decoration: line-through;
    padding-left: 5px;
}
.tm-product-price-two {
    font-size: 12px;
}
.product-price-four {
    background-color: #b12c79;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
}
.products-color {
    padding: 0;
    margin: 0;
}
.products-color li {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
li.tm-header-nav-dropdown ul {
    padding: 5px 0 !important;
}
.products-color li:hover {
    border: 1px solid #e9e8e8;
}
.products-color-a {
    background-color: #5eb160;
}
.products-color-b {
    background-color: #29b3a1;
}
.products-color-c {
    background-color: #ffe5b4;
}
.products-color-d {
    background-color: #797979;
}
.products-color-e {
    background-color: #7f1416;
}
.products-color-f {
    background-color: #0073d9;
}
.products-color-g {
    background-color: #ebebeb;
}
.tm-product-badges1 {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(3, 141, 99);
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 4px;
    color: #fff;
    line-height: 10px;
}
.tm-product-badges2 {
    position: absolute;
    bottom: 5px;
    left: 5px;
    /* background-color: #fff; */
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 4px;
    line-height: 10px;
    display: grid;
    text-align: center;
}
.tm-product-badges2 span {
    color: #fff;
    padding: 3px 1px;
    display: inline-block;
    border-radius: 2px;
    background-color: #b12c79;
    margin-top: 3px;
}
.tm-product-badges2 span:hover {
    color: #000;
    background-color: #fff;
}
.tm-product-badges1 i {
    font-size: 10px;
}
.middle-recommended {
    margin: 30px 0;
}
.scrollanim-action-2 {
    display: flex;
    width: 100%;
}


@media only screen and (min-width:320px) and (max-width:767px) {
.mpt-cart img {
    width: 35%;
}
.header-slider-men {
    margin-top: 0px;
}
.mpt-wishlist img {
    width: 45%;
}
.tm-product-badges2 span {
    padding: 2px 1px;    
    margin-top: 2px;
    font-size: 8px ! IMPORTANT;
}
.tm-product-badges2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.mpt-cart h2 {
    font-size: 18px;
}
.mpt-cart p {
    font-size: 12px;
}

.toggle-copy-btn {
    display: block;
    position: absolute;
    top: -50px;
    right: -8px;
    background-color: #ff000000 !important;
    border: 1px solid #ccc;
    height: 15px;
    line-height: 0px;
    margin-top: 4px;
    padding: 5px;
    width: 20px;
}
.header-nav-ul {
    display: block !important;
}
.mean-container .mean-nav ul li a {
    color: #6d6d6d;
    padding: 6px 0;
    text-transform: math-auto;
}
.address-box1 p {
    width: 100%;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgb(183 110 121 / 65%);
}
.mean-container .mean-nav ul li li a {
    padding: 0px 10px;
    font-size: 13px;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #ae4b84;
    color: #fff;
}
.offcanvas-body-one {
    padding-top: 0px;
}
.btn-primary:hover {
    color: #7c7c7c;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(165 165 165 / 0%);
}
.btn:focus-visible {
    box-shadow: 0 0 0 0.2rem rgb(165 165 165 / 0%) !important;
}
.offcanvas-header-three {
    background-color: #efefef;
}
i.ion-android-menu {
    color: #000;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 0%);
}

.readmore-base-two {
    font-size: 10px;
    line-height: 14px;
}
.row-cols-xl-5>* {
       width: 33%;
}
.address-change-a {
    font-size: 9px;
    height: 25px;
}
.ratings-reviews-form {
    font-size: 11px;
}
.customer-address p {
    width: 100%;
}
.ratings-reviews-defoult {
    display: block;
}
.your-order-placed {
    font-size: 14px;
    line-height: 18px;
}
.order-track-modal > li {
    padding-bottom: 20px;
}
.ratings-reviews-defoult p {
    width: 70%;
}
.detail-rate-a {
    position: absolute;
    right: -5px !important;
    bottom: -5px !important;
}
.ratings-reviews-defoult h6 {
    font-size: 12px;
    line-height: 16px;
}
.orders-detail-rate {
    position: absolute;
    right: -15px;
    bottom: -18px;
}
.control-right-btn {
    top: 40% !important;
    right: 5%;
    padding: 10px;
    width: 6px;
    height: 6px;
}
.order-footer-btn h2 {
    font-size: 11px;
}
.control-right-btn span {
    padding: 5px;
}
.carousel-indicators-two {
    margin-bottom: 0 !important;
    display: none;
}
.oder-id h2 {
    font-size: 11px;
}
.oder-id h2 span {
    font-size: 12px;
    padding-left: 0px;
}
.oder-id-two h2 {
    font-size: 10px ! IMPORTANT;
    line-height: 13px;
    padding-top: 7px;
}
.header-photo {
    height: auto;
}
.control-left-btn {
    top: 40% !important;
    left: 5%;
    padding: 10px;
    width: 6px;
    height: 6px;
}
.control-left-btn span {
    padding: 5px;
}
.cart-box1.cart-box11 {
    margin: 10px 0;
}
.tm-myaccount {
    box-shadow: none;
        padding: 0px 0;
}
h5#exampleModalLabel {
    font-size: 13px;
}
button.address-change-a.address-change-one.address-change-two {
    margin-top: 10px;
    font-size: 14px;
}
button.subcomponents-btn.profileEdit-updatedBtn {
    margin-top: 12px !important;
}
/* .tm-footer-toparea.tm-padding-section {
    display: none;
} */
.profileEdit-card {
    margin-top: 20px;
    padding-top: 20px !important;
    padding-bottom: 25px !important;
}
.subcomponents-btn {
    font-size: 12px !important;
    width: 65% !important;
    height: 30px !important;
}
.wishlist-texts h2 {
    font-size: 12px;
    line-height: 17px;
}
.profileEdit-smartForm {
    margin: 0 0px !important;
}
.mobileNumber-pmn {
    margin: 10px 10px 30px 10px !important;
}
.profileEdit-formDivision {
    padding: 0 10px !important;
}
.wishlist-texts {
    padding: 10px 10px;
}
.moveBag-btn {
    width: 100%;
    padding: 0px 0;
    font-size: 11px;
    margin-top: 0px;
    border-radius: 3px;
}
.my-wishlist {
    padding-top: 0px;
}
.itemdetails-discountPercent {
    font-size: 9px;
}
.remove-btn-two {
    height: 24px !important;
    position: absolute !important;
    right: 7px !important;
    top: 7px !important;
}
.cart-box11 {
    padding: 0px;
}
.coupon-base-extraInfo {
    margin-top: 0px;
    margin-right: 0px;
    font-size: 13px;
}
.modal-footer1 {
    margin-bottom: 10px;
}
.coupon-base-validCouponContainer {
    padding: 0px 0px 0px 0px;
}
.tm-header-sticky.is-sticky .tm-header-bottomarea {
   position: inherit;
}
.cart-text h2 {
   font-size: 11px;
}
.address-my-profile {
    margin-top: 0px;
}
.cart-text h4 span {
   font-size: 10px;
   line-height: 6px;
   padding-right: 10px;
}
.cart-text h3 {
   line-height: 10px;
   font-size: 12px;
}
.remove-btn {
   border: none;
   height: 5px;
   position: absolute;
   right: -20px;
   top: -15px;
}
.cart-box11 {
   padding: 10px 10px;
}
.tp-footer-one ul li {
   border-right: 1px solid #4f4f4f26;
}
.two-left h2 {
   font-size: 12px;
   line-height: 10px;
}
.two-right h2 {
   font-size: 12px;
   line-height: 10px;
}
.quantity {
       position: absolute;
    right: -7px;
    top: 32px;
    padding: 5px 10px;
}
.address-change-five {
    font-size: 13px;
}
.address-change-six {
    font-size: 11px;
    padding: 7px;
    line-height: 0;
}
.return-text-men {
   margin-bottom: 10px;
}
.button-wishlist a {
   padding: 10px 20px !important;
    font-size: 15px;
}
.wishlist-section {
    padding-top: 0px;
}
.cart-box1-frist {
    margin-bottom: 10px !important;
}
.wishlist-section-ones {
    padding-top: 0px ! IMPORTANT;
}
.tm-button-wishlist1 svg {
   height: 15px;
}
.widgets-one h2 b {
   font-size: 13px;
}
.tm-button-cart svg {
   height: 12px;
   padding-right: 6px;
}
.popup-trigger {
   font-size: 10px;
   padding: 3px 10px;
}
.cart-text h4 {
   line-height: 15px;
   text-align: left;
}
.rate-text {
    font-size: 11px !important;
}
.my-profile-right {
    margin-top: 15px;
}

.middle-bg1 {
   margin-top: 0px;
}
.star-outline-one {
   font-size: 10px;
}
.middle {
   margin-top: 5px;
}
.tm-heroslider.slick-slide {
   min-height: calc(-65px + 33vh) !important;
   background-size: 100% 100%;
}
.tm-heroslider-area.bg-grey {
   margin-top: 0px !important;
}
.tm-header-sticky .tm-header-bottomarea {
   height: 2px;
}
.login-icon span {
   display: none ! IMPORTANT;
}
.login-icon svg {
   height: 18px;
   margin-top: -5px;
   margin-right: 6px;
}
.account-list-text {
    display: none;
}
.my-profile-icon svg {
    width: 70%;
}
.tm-header-icons {
    padding-top: 5px;
}
.tm-mobilenav a.meanmenu-reveal {
   margin-top: 10px;
}
.is-active-one {
   font-size: 10px !important;
}
.left-box2 {
    text-align: left;
}
.tm-section.tm-brandlogo-area.tm-padding-section.bg-grey {
   background-size: 100%;
}
.buttom-text h2 {
   font-size: 10px;
   line-height:20px;
}
.login-logo h4 {
   display: block;
}
.tm-header-logo {
   height: 40px;
}
.tm-header-icons li a {
   font-size: 20px;
}
ul.dropdown-menu.dropdown-menu-one li a {
   font-size: 10px;
}
main.page-content {
   padding-top: 20px;
}
.wwaaaa {
   height: auto;
   overflow: auto;
}
.side, .middle {
   text-align: left;
}
.tm-padding-section-sm-top {
   padding-top: 25px;
}
button.add-men-btn {
   width: 100%;
   font-size: 12px;
   height: 30px;
}
.giftcard-base-title {
   font-size: 10px;
}
.giftcard-base-apply {
   font-size: 11px;
}
.giftcard-base-container {
   padding: 22px 15px 22px 36px;
}
.form-check span img {
   width: 20%;
   position: absolute;
   right: 7px;
   top: 7px;
}
.pay-icon img {
   width: 9% !important;
   top: 2px !important;
   right: 1px ! IMPORTANT;
   position: absolute !important;
}
.address-men {
   line-height: 22px !important;
}
.tm-scrollanim.scrollanim-action {
   padding: 0;
}
.tm-blog-title a {
   font-size: 13px;
   line-height: 15px;
}
.tm-blog-content p {
   margin-bottom: 4px;
}
.tm-blog-meta li {
   margin-bottom: 0px;
}
.pay-icon1 img {
   width: 19% !important;
   position: absolute;
   right: 7px;
   top: -10px !important;
}
.mens-box {
/*   box-shadow: 0 10px 30px #e1e1e1 !important;*/
}
.middle-banner-box {
   padding: 10px 0px;
}
.product-images-two img {
    height: 170px;
}
.products-color li {
    width: 10px;
    height: 10px;
    border: 1px solid #FFFFFF;
}
.tm-product-badges1 {
    position: absolute;
    top: 2px;
    right: 5px;
}
.sectiontitle-one h3 {
   color: #3d3b3b;
}
.tm-section.tm-brandlogo-area.tm-padding-section.bg-grey {
   padding: 25px 0 !important;
}
div#tm-latest-products-area {
   padding: 10px 0 !important;
}
.tm-sectiontitle h3 {
   margin-bottom: 0;
}
.tm-header-middlearea {
   box-shadow: 0 0 10px #ccc;
}
.tm-header-icons li a span {
   display: none;
}
.accordion-button {
   font-size: 14px;
}
.all-view {
   text-align: left !important;
}
.button-wishlist a {
   padding: 10px 40px;
}
.tm-header-icons li {
   display: inline-block;
}
.tm-header-icons li:not(:last-child) {
   margin-right: 11px;
}
.login-icon a img {
   width: 25%;
}
.create-account-text1 ul li a {
   font-size: 12px;
   padding: 0 5px;
}
.category-text-box h3 {
   font-size: 12px;
   line-height: 15px;
   padding-top: 5px !important;
}
a.widget-info-logo {
   display: none;
}
.category-text-box {
   margin: 5px 0;
}
.center-box1 {
   padding: 30px 20px;
}
.tm-section-two {
   padding: 30px 0 0 0 !important;
}
.prodetails-three {
    padding: 0px;
    margin: 0px;
}
.tm-header-toparea {
   background-color: #3b3b3b;
   display: none;
}
.tm-header-info li a {
   color: #ffffff;
}
.tm-header-links button {
   color: #fff;
}
.tm-header-currency button {
   color: #fff;
}
.tm-header-info li {
   margin-right: 10px;
   font-size: 14px;
   line-height: 15px;
}
.tm-header-info li i {
   margin-right: 6px;
   font-size: 14px;
}
.tp-product-category-thumb a {
   width: 40px;
   height: 40px;
}
.tm-prodetails-quantitycart .tm-button {
   padding: 0 10px;
   font-size: 12px;
}
.tp-product-category-thumb {
   margin-bottom: 2px;
   width: 55px;
   height: 55px;
}
.mens-box {
   padding-top: 0px;
}
.cart-box1 {
    margin-bottom: 0px;
}
.tp-product-category-title {
   font-size: 12px ! IMPORTANT;
}
div#tm-latest-products-area {
   background-attachment: fixed;
   background-size: cover;
   background-image: none !important;
   background-color: #fff !important;
}
.tm-sectiontitle p {
   color: #2f2f2f;
   font-size: 12px;
   line-height: 22px;
   padding-bottom: 20px;
}
.tm-product-loadmore.text-center.mt-50 {
   margin-top: 30px;
}
.shipping-text2 {
   margin: 10px 0;
}
.tm-feature-content p {
    line-height: 14px;
}
.tm-sectiontitle {
   margin-bottom: 0px;
}
a.tm-button.tm-button-two {
   font-size: 11px;
   padding: 10px 0px;
   line-height: 6px;
   height: 25px;
}
.mt-50-reverse {
   margin-top: -25px;
}
.tm-button-two {
   margin-top: -20px;
   background: #ae4b84 !important;
   color: #ffffff !important;
}
.tm-heroslider::after {
   background: rgb(255 255 255 / 0%);
}
.tm-heroslider-content {
   padding: 50px 0;
}
.tm-heroslider-content h1 {
   font-size: 25px;
   line-height: 30px;
}
.tm-padding-section {
   padding-top: 20px;
   padding-bottom: 30px;
}
.profileEdit-infoLabel {
    font-size: 18px !important;
}
.mens-box {
    box-shadow: none !important;
}
div#tm-news-area {
    background-color: #ffffff;
}

.header-banner {
   padding: 20px 0 !important;
}
/*toggle start*/
$p-color: #444;
$inactive: lighten($p-color, 30);
$active: lighten($p-color,10);
#wrapper {
   max-width: 500px;
   margin: 75px auto;
   font-family: 'Open Sans', sans-serif;
   text-transform: uppercase;
   font-weight: 300;
}
#button-wrapper {
   -webkit-appearance: none;
   background: none;
   border: 0;
   height: 40px;
   width: 40px;
   width: 80%;
   text-align: right;
   outline: 0px dotted #000;
   &:focus {
       outline: 0px dotted #000;
   }
}
.android-menu-aa {
   font-size: 25px;
   color: #000;
}
.menu-button {
   text-decoration: none;
   background: $p-color;
   position: relative;
   border: 0px;
   transition: 250ms ease;
   &:before, &:after {
       content: "";
       position: absolute;
       width: 100%;
       display: block;
       height: 5px;
       left: 0px;
       background: $p-color;
       transition: 250ms ease-out;
   }
   &:before {
       transform: translateY(-15px) 
   }
   &:after {
       transform: translateY(15px);
   }
}
.button-transform {
   animation: b-anim 1s;
   transform: rotate(45deg);
   &:before, &:after {
       transform: translateY(0px);
   }
   &:before {
       transform: rotate(-90deg);
   }
   &:after {
       opacity: 0;
   }
}
.menu-container {
   position: relative;
        /* display: inline-flex;
        */
   flex-flow: column;
   margin-left: 29px;
   top: 5px;
   opacity: 0;
   visibility: hidden;
   transform: translateX(-100%);
   transition: 500ms ease-out;
   a {
       font-size: 3.5em;
       margin: auto 5px;
       text-decoration: none;
       color: $inactive;
       transition: transform 500ms ease-out;
   }
}
.menu-active {
   visibility: visible;
   opacity: 1;
   transform: translateX(-10%);
   width: 100% !important;
   height: auto;
   !important;
   background-color: #fff;
   z-index: 999 !important;
   overflow: auto;
   a {
       transform: skewX(-13deg);
       &:nth-child(2) {
           transform: translateX(-7px) skewX(-13deg);
       }
       &:nth-child(3) {
           transform: translateX(-20px) skewX(-13deg);
       }
       &:nth-child(4) {
           transform: translateX(-25px) skewX(-13deg);
       }
       &:nth-child(5) {
           transform: translateX(-30px) skewX(-13deg);
       }
       &:hover,&:focus {
           transform: translateX(30px) skewX(-13deg);
           color: $active;
           position: relative;
       }
       &:hover:before {
           width: 2px;
           height: 100%;
           left: -13px;
           position: absolute;
           content: "";
           background: $active;
           display: inline;
       }
   }
}
@keyframes b-anim {
   100% {
       transform: rotate(405deg);
   }
}
.toggle-middle-btn {
   display: block;
   background-color: #ae4b84;
   vertical-align: middle;
   border-radius: 3px;
}
.toggle-middle-btn strong {
   color: #fff;
}
.menu-button-one {
    width: 100%;
}
.menu-button-one i {
   color: #fff;
   border: 1px solid #ffffff59;
   border-radius: 2px;
   padding: 5px;
   float: right;
}
button.slick-prev.slick-arrow {
   display: none !important;
}
button.slick-next.slick-arrow {
   display: none !important;
}
.tm-shop-header {
   margin-bottom: 45px;
}
.tm-prodetails {
   margin-top: 10px;
}
.toggle-two {
   z-index: 999;
   width: 100%;
   height: 40px;
}
.tm-shop-header-aa {
   display: none;
}
.product-resopnsive {
   margin-top: 10px !important;
}
.tm-heroslider-content {
   padding: 10px 0 !important;
}
/*toggle end*/
.tm-product-bottomside h6 {
   font-size: 12px;
}
.h3, h3 {
   font-size: 18px;
   line-height: 30px;
}
.tm-countdown-pack h2 {
   font-size: 20px;
}
.tm-offer-content h1 {
   font-size: 18px;
   line-height: 15px;
}
.tm-countdown-pack {
   margin-top: 20px;
   min-width: 50px;
   min-height: 50px;
}
.tm-countdown-pack h6 {
   font-size: 10px;
   color: #4b4944;
}
.tm-offer-content .tm-button {
   margin-top: 25px;
}
.tm-footer-copyright {
   font-size: 11px;
   line-height: 15px;
    padding-top: 10px;
}
.tm-feature-icon img {
    width: 70%;
}
.tm-feature-icon {
    max-width: 50px;
}
.social-icons a i {
   line-height: 20px;
   font-size: 20px;
}
.social-icons a {
   line-height: 15px;
   font-size: 30px;
   margin: 0 1px;
}
.single-widget .widget-title {
   font-weight: 600;
   position: relative;
   padding-bottom: 5px;
   margin-top: -23px;
   margin-bottom: 5px;
}
.tm-product-price {
   font-size: 13px;
}
.tm-product-bottomside .tm-ratingbox {
   line-height:15px;
}
.ratingbox-one {
   width: 40px;
}
.tm-product-bottomside h6 {
   line-height: 15px;
}
.tm-product-badges {
   position: absolute;
   left: 0;
   top: 0px;
}
.tm-product-badges span {
   position: absolute;
   left: 5px;
   top: 2px;
   line-height: 20px;
   padding: 0 5px;
   font-size: 10px;
}
.middle-two-slide {
   margin-top: 20px;
}
.tm-product.tm-scrollanim.scrollanim-action {
   border-radius: 5px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {

.toggle-copy-btn {
    display: block;
    position: absolute;
    top: -50px;
    right: -8px;
    background-color: #ff000000 !important;
    border: 1px solid #ccc;
    height: 15px;
    line-height: 0px;
    margin-top: 4px;
    padding: 5px;
    width: 20px;
}
.header-slider-men {
    margin-top: 0px;
}
.tm-blog-meta li a {
    font-size: 12px;
}
.tm-blog-title a {
    font-size: 12px;
}
.tm-footer-copyright {
    font-size: 10px;
}
.footer-logomobile {
    display: none;
}
.social-icons a {
    font-size: 10px;
}
.control-right-btn {
    top: 40% !important;
}
.control-left-btn {
    top: 40% !important;
}
i.ion-android-menu {
    color: #000;
}
.oder-id-two h2 {
    font-weight: normal !important;
}
.header-nav-ul {
    display: block !important;
}
.mean-container .mean-nav ul li a {
    color: #000;
        padding: 6px 0;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #ae4b84;
    color: #fff;
}
.mean-container .mean-nav ul li li a {
    padding: 0px 10px;
    font-size: 13px;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(165 165 165 / 0%);
}
.btn:focus-visible {
    box-shadow: 0 0 0 0.2rem rgb(165 165 165 / 0%) !important;
}

  
   .tm-header-toparea {
       background-color: #3b3b3b;
   }
   .tm-section-two {
       background-attachment: scroll;
       padding: 60px 0 !important;
   }
   .tm-header-info li a {
       color: #ffffff;
   }
   .tm-header-links button {
       color: #fff;
   }
   .tm-header-currency button {
       color: #fff;
   }
   .tm-header-info li {
       margin-right: 10px;
       font-size: 14px;
       line-height: 15px;
   }
   .tm-header-info li i {
       margin-right: 6px;
       font-size: 14px;
   }
   .tm-heroslider::after {
       background: none;
   }
   div#tm-latest-products-area {
       background-attachment: fixed;
   }
   .row-cols-xl-5>* {
       width: 15%;
   }
   .tp-product-category-thumb a {
       width: 55px;
       height: 55px;
   }
.row-cols-xl-5>* {
flex: 0 0 auto;
width: 15% !important;
}
.tm-heroslider-slider .slick-arrow.slick-next {
    left: calc(90% + 10px);
    right: auto;
    top: 45%;
}
.tm-heroslider-slider .slick-arrow.slick-prev {
    left: auto;
    right: calc(90% + 10px);
    top: 45%;
}
.tm-heroslider-slider .slick-arrow {
    background: rgb(183 110 121 / 58%);
}
.tm-mobilenav a.meanmenu-reveal {
    margin-top: 15px;
    padding: 1px 2px;
    border: 1px solid #adabab;
    border-radius: 3px;
}
.tm-header-sticky .tm-header-bottomarea {
    display: none;
}
.tm-heroslider-area.bg-grey {
    margin-top: 0 !important;
}
.tp-product-category-thumb {
    width: 65px;
    height: 65px;
}
.category-text-box h3 {
    font-size: 13px;
    line-height: 14px;
    padding-top: 6px ! IMPORTANT;
}
.tm-sectiontitle h3 {
    font-size: 20px;
}
.tm-feature-content p {
    font-size: 9px;
    line-height: 12px;
}
.tm-feature-icon img {
    width: 80%;
}
.tm-feature-icon {
    max-width: 45px;
}
.tm-padding-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.tm-shop-header .nice-select {
    min-width: 150px;
}

}
@media only screen and (min-width:992px) and (max-width:1200px) {
   .tm-feature-content p {
       font-size: 14px !important;
   }
   div#tm-latest-products-area {
       background-attachment: fixed;
       background-size: cover;
   }
   .tm-footer-copyright {
       font-size: 14px;
   }
   .center-box1 {
       padding: 30px 20px;
   }
   .create-account-text1 ul li a {
       padding: 0 3px;
   }
}
