.country{
    text-align: left;
}
.country img{
    max-width: 60%;
    margin-bottom: 15px;
}
.country-info{
    background-color: white;
    width: 65%;
    position: relative;
    left: 43%;
    bottom: 30%;
    padding: 8px;
}

.hide {
    display: none;
}

.myDiv:hover + .hide {
    display: block;
}
.hideSecond {
    display: none;
}

.mySecondDiv:hover + .hideSecond {
    display: block;
}


.hideThird {
    display: none;
}
.myThirdDiv:hover + .hideThird {
    display: block;
}

.hideFourth {
    display: none;
}
.myFourthDiv:hover + .hideFourth {
    display: block;
}

.hideFifth {
    display: none;
}
.myFifthDiv:hover + .hideFifth {
    display: block;
}

.hideSixth {
    display: none;
}
.mySixthDiv:hover + .hideSixth {
    display: block;
}


.service-box {
    height: 290px;
}

#sec-services ul  {
    text-align: left;
}

#sec-services ul li:before {
    content: '✓';
    margin-right: 10px;
}


/*INFO BOX START */
.contact .info-box {
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    width: 100%;
    /*background: #1D1D1B;*/
    background: #575656;
    backdrop-filter: blur(30px);
    border-radius: 10px;
    border: 0.25px solid #1d415f;
}

.contact .info-box i {
    font-size: 32px;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box h1 {
    color: #FFFFFF;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

/*INFO BOX START */


/*FULL LOGO SLIDE START*/
:root {
    --no-of-slides: 8;
    --slides-in-view: 6;
    --slide-width: 220px;
    --slide-height: 100px;
    --iteration-time: 30s;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(var(--slide-width) * var(--no-of-slides)* -1));
    }
}

.carousel__wrapper {
    display: flex;
    /*justify-content: center;*/
    /*border: 1px dashed gray;*/
    align-items: center;
    /*width: calc(var(--slides-in-view) * var(--slide-width));*/
    overflow: hidden;
    margin: 0 auto;
}

.carousel {
    padding: 50px 0;
    /*background: lightblue;*/
    overflow: hidden;
    width: calc(2 * var(--no-of-slides));
}

.carousel__slide {
    animation: scroll var(--iteration-time) linear infinite;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    /*width: var(--slide-width);
    height: var(--slide-height);*/
    box-sizing: border-box;
    /*border: 1px dotted darkblue;*/
}

.carousel__image {
    /*background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    margin: 15px 20px;*/


    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    /* width: 100px; */
    margin: 15px 20px;
    background-position: center;
}


/* just for analysis remove this 3 rules later*/
.carousel__slide {
    position: relative;
}

.carousel {
    /*counter-reset: slideNo;*/
}

.carousel__slide::before {
    /*counter-increment: slideNo;
    content: counter(slideNo);*/
    position: absolute;
    top: 0%;
    left: 50%;
    font-size: 2rem;
    color: lime;
}
/*FULL LOGO SLIDE eND*/

.about-description{
    background-color: #575656;
    color: #FFFFFF;
    padding: 30px 0 30px 0;
}
.about-description h2{
    color: #FFFFFF!important;
}
.about-description li{
    line-height: 2.5;
}

#CorporateWear .card img, #Lifestyle .card img , #Wellness .card img,  #Accessories .card img ,#Sportswear .card img, #AthleticClothes .card img{
    height: 85%!important;
    /*padding: 15px 15px 0 15px;*/
}

#CorporateWear .card ,#Wellness .card, #Sportswear .card  {
    height: 515px;
}
 #Lifestyle .card, #Accessories .card ,#AthleticClothes .card {
    height: 460px;
}
 #AthleticClothes .card {
    height: 330px;
}


#SportswearOuterwear .card-body, #Underwear .card-body, #Kidswear .card-body, #ShoesLuggage .card-body, #Workwear .card-body
, #Corporatewear .card-body, #Sportswear .card-body{
    background: #575656;

}
.card-title{
    color: #FFFFFF!important;
}

.home-product-category a:hover{
    color: white!important;
}
.client-info h3 {
    text-align: center!important;
}


/* =================================
Preloader
===================================*/
.spinner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    position: fixed;
    background: #000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bouncer {
    position: relative;
}
.bouncer,
.bouncer:before,
.bouncer:after {
    width: 18px;
    height: 18px;
    background-color: #5659fe;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: prebounce 1.4s infinite ease-in-out both;
    animation: prebounce 1.4s infinite ease-in-out both;
}
.bouncer:before,
.bouncer:after {
    content: "";
    position: absolute;
    top: 0;
}
.bouncer:before {
    left: -30px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.bouncer:after {
    right: -30px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
@-webkit-keyframes prebounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes prebounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* =================================
Button
===================================*/
.main-btn {
    padding: 8px 30px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    color: #fff;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    border-radius: 6px;
    cursor: pointer;
}
.main-btn:hover,
.main-btn:active,
.main-btn:focus {
    z-index: 3;
    background: #ffffff;
}
.main-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.main-btn:hover:after,
.main-btn:focus:after,
.main-btn:active:after {
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* =================================
Button Another Style
===================================*/
.main-btn.main-btn2 {
    color: #ffffff;
}
.main-btn.main-btn2:hover,
.main-btn.main-btn2:active,
.main-btn.main-btn2:focus {
    background: #ffffff;
}


/* ==========================================================================
Carousel dots style
========================================================================== */
.section .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.section .owl-carousel button.owl-dot {
    background: #bbb;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}
.section .owl-carousel button.owl-dot.active {
    width: 30px;
}
section.section-banner .owl-dots {
    bottom: -50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
section.section-banner .owl-carousel button.owl-dot {
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.5);
}
section.section-banner .owl-carousel button.owl-dot.active {
    background: rgba(255, 255, 255, 0.8);
}


/*Product Section Start*/


.c_review {
    margin-bottom: 0
}

.c_review li {
    margin-bottom: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e8e8e8
}

.c_review li:last-child {
    margin: 0;
    border: none
}

.c_review .avatar {
    float: left;
    width: 80px
}

.c_review .comment-action {
    float: left;
    width: calc(100% - 80px)
}

.c_review .comment-action .c_name {
    margin: 0
}

.c_review .comment-action p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    display: block
}

.product_item:hover .cp_img {
    top: -40px
}

.product_item:hover .cp_img img {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}

.product_item:hover .cp_img .hover {
    display: block
}

.product_item .cp_img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out
}

.product_item .cp_img img {
    transition: all 0.2s ease-in-out;
    border-radius: 6px
}

.product_item .cp_img .hover {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.product_item .product_details {
    padding-top: 85%;
    text-align: center;
    text-transform: uppercase;
}

.product_item .product_details h5 {
    margin-bottom: 5px
}

.product_item .product_details h5 a {
    font-size: 16px;
    color: #444
}

.product_item .product_details h5 a:hover {
    text-decoration: none
}

.product_item .product_details .product_price {
    margin: 0
}

.product_item .product_details .product_price li {
    display: inline-block;
    padding: 0 10px
}

.product_item .product_details .product_price .new_price {
    font-weight: 600;
    color: #ff4136
}

.product_item_list table tr td {
    vertical-align: middle
}

.product_item_list table tr td h5 {
    font-size: 15px;
    margin: 0
}

.product_item_list table tr td .btn {
    box-shadow: none !important
}

.product-order-list table tr th:last-child {
    width: 145px
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.preview .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.preview .preview-thumbnail.nav-tabs {
    margin-top: 15px;
    font-size: 0
}

.preview .preview-thumbnail.nav-tabs li {
    width: 20%;
    display: inline-block
}

.preview .preview-thumbnail.nav-tabs li nav-link img {
    max-width: 100%;
    display: block
}

.preview .preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 2px;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

.preview .preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0
}

.preview .tab-content {
    overflow: hidden
}

.preview .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.details .rating .stars {
    display: inline-block
}

.details .sizes .size {
    margin-right: 10px
}

.details .sizes .size:first-of-type {
    margin-left: 40px
}

.details .colors .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px
}

.details .colors .color:first-of-type {
    margin-left: 20px
}

.details .colors .not-available {
    text-align: center;
    line-height: 2em
}

.details .colors .not-available:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f136";
    color: #fff
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.cart-page .cart-table tr th:last-child {
    width: 145px
}

.cart-table .quantity-grp {
    width: 120px
}

.cart-table .quantity-grp .input-group {
    margin-bottom: 0
}

.cart-table .quantity-grp .input-group-addon {
    padding: 0 !important;
    text-align: center;
    background-color: #1ab1e3
}

.cart-table .quantity-grp .input-group-addon a {
    display: block;
    padding: 8px 10px 10px;
    color: #fff
}

.cart-table .quantity-grp .input-group-addon a i {
    vertical-align: middle
}

.cart-table .quantity-grp .form-control {
    background-color: #fff
}

.cart-table .quantity-grp .form-control+.input-group-addon {
    background-color: #1ab1e3
}

.ec-checkout .wizard .content .form-group .btn-group.bootstrap-select.form-control {
    padding: 0
}

.ec-checkout .wizard .content .form-group .btn-group.bootstrap-select.form-control .btn-round.btn-simple {
    padding-top: 12px;
    padding-bottom: 12px
}

.ec-checkout .wizard .content ul.card-type {
    font-size: 0
}

.ec-checkout .wizard .content ul.card-type li {
    display: inline-block;
    margin-right: 10px
}

.card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}

.card .card-main {
    font-size: 14px;
    color: #424242;
    padding: 20px;
    font-weight: 400;
}

.home-product-category{
    background: #575656;
    color: #FFFFFF;
    text-transform: uppercase;
}
.home-product-category a{
    color: #FFFFFF;
}


/*Product Section End*/



.tab {

   /* float: left;
    border: 1px solid #ccc;
    width: 30%;
    height: 300px;*/

    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: #E7EAEC;
    color: #FFFFFF;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin: 10px 0 10px 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #575656;
    color: #FFFFFF;
}

.tabcontent {
    padding: 0px 12px;

    /*float: left;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;*/
}
/* Style the tab content */
