html{
    background: #efefef;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
body{
    background: #efefef;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.white-background{
    background:#ffffff;
}

.site-main-container{
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    background: #efefef;
}
.mainContent {
    width:100%;
    background: #ffffff;
    padding:0;
    margin:0;
    -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
}
#midContentDiv, .whiteBrackGround{
    -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
}
.main-warpper{
    max-width:970px; 
    margin:0 auto; 
    width:100%;
    padding: 0 15px;
    clear: both; /* remove this after full site is responsive*/
}
.small-warpper{
    max-width:700px; 
    margin:0 auto; 
    width:100%;
    padding: 0;
    clear: both; /* remove this after full site is responsive*/
}
.middle-content-wrap{
    padding:15px 0 20px;
    border-bottom: 1px solid #E6E6E6;
    margin:0 0 40px 0;
    width:100%;
    height: 100%;
    display: block;
    clear: both; /* remove this after full site is responsive*/
}

/* Header CSS */

#header{
    width:100%;
}
.loginArea{
    border-bottom: 1px solid #E6E6E6;
    height: auto;
}

.logged-in-bar{
    padding:7px 0;
}
.btnShpCnt a{
    display: flex;
}

#cartItemsCont{
    border: 0px solid black;
    height: 24px;
    float: right;
    text-align: center;
    padding: 0 6px;
    margin: -1px 0px 0px 5px;
    background: #666666;
    color: white;
    min-width: 19px;
    cursor: pointer;
}

.hamburger-btn{
    border:0 none;
    padding: 2px 5px 2px 0;
    margin: 5px 15px 0 0;
}
.hamburger-btn:focus{
    box-shadow: 0 0 0 transparent;
}
.hamburger-btn span{
    width:15px;
    height:2px;
    background: #676767;
    display:block;
    margin-bottom:4px;

    -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
            transition: 0.3s ease;
}

/* Animate to X when active */
.hamburger-btn span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
}

.hamburger-btn span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn span:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -moz-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
}

.hamburger-btn.collapsed span{
    -webkit-transform: none;
        -moz-transform: none;
            transform: none;
    opacity: 1;
}

.main-navigation{
    border-bottom:1px solid #e6e6e6;
    padding-bottom:7px;
    position: relative;
}

header .navbar{
    padding:0
}

ul.header-nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap:15px;
}

ul.header-nav-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.header-nav-list li a.tnvi:link, a.tnvi:visited {
    margin: 0;
    padding: 0;
    line-height: 23px;
    display: block;
    font-family: Helvetica, Verdana, Geneva, Arial, Sans-serif;
    font-size: 18px;
    color: #666666;
    text-decoration: none;
    z-index: 3;
}

.super-dropdown-content{
    margin-top:0;
}

.desktop-search-block .search-icon-desktop{
    position: absolute;
    right: 5px;
    transform: translateY(4px);
}
.search-form{
    width:100%;
}
input.search-input{
    width:calc(100% - 20px)
}
.desktop-search-block input.schDiv {
    width: 140px;
    height: 25px;
    padding: 3px 17px 2px 5px;
}

.header-right-block{
    gap:10px;
    height:100%;
}

.site-search-modal{
    padding-right:0;
}

.site-search-modal .modal-content{
    background: rgba(255, 255, 255, 0.87);
}

.site-search-modal .full-height-dialog {
    height: 100vh;
    margin: 0;
    max-width: 768px;
}

.site-search-modal .full-height-dialog .modal-content {
    height: 100vh;
    border-radius: 0; 
}

.site-search-modal .modal-header{
    padding:0;
    background: #ffffff;
    display: flex;
    justify-content: flex-end;
}

.site-search-modal .placehoder-search-icon{
    position: absolute;
    left: 0;
    top:50%;
    -webkit-transform: translateY(-52%);
        -moz-transform: translateY(-52%);
            transform: translateY(-52%);
}

.user-details{
    padding:0;
}

.user-details li {
    list-style-type: none;
    padding-left: 0;
    border-bottom: 1px solid #999999;
}

.user-details li.no-border{
    border-bottom: 0;
}

.user-details a, 
.user-details a:visited,  
.user-details a:active {
    display: block;
    float: none;
    padding: 15px 20px 15px 42px;
    color: #3399FF;
    text-decoration: none;
    font-size: 24px;
    text-align: left;
    background: #ffffff;
    width: 100%;
}

.user-details a.navBtnTypeLink, 
.user-details a.navBtnTypeLink:visited,  
.user-details a.navBtnTypeLink:active {
    color: #ffffff;
    background: #3399FF;
}

.user-details a.smallSize-link-mob, 
.user-details a.smallSize-link-mob:visited,  
.user-details a.smallSize-link-mob:active {
    font-weight: normal ;
    font-size: 16px ;
    padding: 13px 0 13px 42px ;
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    
  }
  to {
    -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
            transform: translateY(0);    
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(0);
        -moz-transform: translateY(0);   
            transform: translateY(0);   
  }
  to {
    -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    
  }
}

.site-search-modal.fade .modal-dialog {
    transition: none; 
}

.site-search-modal.animate-in .modal-dialog {
  animation: slideDown 0.5s linear 0.2s both;
}

.site-search-modal.animate-out .modal-dialog {
  animation: slideUp 0.5s linear 0.2s both;
}

.full-height-dialog {
    height: 100vh;
    margin: 0;
    max-width: 600px;
}

.full-height-dialog .modal-content {
    height: 100vh;
    border-radius: 0;
}

.modal-search{
    border:1px solid #999999; 
    padding:5px 3px 5px 40px;
    width:100%;
}

a.logoImg {
    background-image: url(/images/suck-logo-g.svg);
    /* background-image: url(../webImages/suck-logo.svg), none; */
    margin: 0;
    padding: 0;
    float: left;
    height: 24px;
    width: 126px;
    font-size: 0;
    border: 0;
	 content: '';
	background-repeat: no-repeat;
    background-size: 126px;
    display: block;
}

a.logoImg:hover {
    background-image: url(/images/suck-logo-r.svg);
	background-position: 0;
}

a.logoImgTrade { 
	background-image: url(/images/suck-logo-k.svg);
	margin: 0;
	padding: 0;
	float: left; 
	height: 23px;
	width: 126px; 	
	 border: 0;
	 content: '';
	background-repeat: no-repeat;
    background-size: 126px;
    display: block;
	background-position: 0;

	}
.headline-test {
	font-family: Helvetica, Verdana, Geneva, Arial, Sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: normal;
    line-height: 23px;
    padding: 0 0 0 11px;
}
/* header css end */


/*footer*/
.footer-content {
    background-color: #efefef;
	max-width: 940px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.footer-logo-cont {
    display: flex;
    flex-direction: column;
}
.footer-blocks-cont {
    border-top: 1px solid #999999;
	padding-bottom: 20px;
}

.footer-content a {
    color: #666666 !important;
}
ul.footer-page-link {
	padding-left:0;

}

ul.footer-page-link li  {
	padding-left:0;
    margin-bottom: 13px;
}
input.txtbrd {
    border: 1px solid #aaacb2;
    width: 284px;
    height: 18px;
    padding: 0 4px 0 4px;
}
input.txtbrdtracker {
	width:140px; 
	height:21px; 
	line-height:24px; 
	border: 1px solid #aaacb2;
}
.text-content-spacing {
	max-width: 250px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 30px;

}
.spacing-contentlastblock {
	max-width: 220px;
    width: 100%;
    margin: 0px auto;
    padding-bottom:10px;
}
a.widgetBtn:link, 
a.widgetBtn:visited {
    background: #ffffff;
    border: 1px solid #0066cc;
    border-radius: 2px;
    color: #3399ff;
    display: block;
    font-size: 13px;
    margin: 4px auto;
    text-align: center;
    text-decoration: none;
	line-height:18px;
    width: 45px;
    height: 21px;
    margin: 0 0 0 5px;
    padding: 0;
}
/*footerend*/


/* blog listing CSS*/
.blog-card {
	overflow:hidden; 
	margin-bottom:10px;  
	vertical-align:top; 
	background:#fff; 
    margin-top: 10px;
}
.blog-card:nth-child(1),
.blog-card:nth-child(2),
.blog-card:nth-child(3) {
    margin-top: 0;
}

.blog-card a {
	text-decoration:none; 
}
.blog-card .img-block{
    height:300px;
    margin: 0 auto;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blog-card .img-block a{
    display: block;
    width:100%;
    height: 100%;
}
.blog-card  img {
	width:100%; 
    height: 100%;
	object-fit:cover;	
    scale: 1;
    -webkit-transition: scale 150ms ease;
        -moz-transition: scale 150ms ease;
            transition: scale 150ms ease;
}
.blog-card:hover .img-block{
    border:1px solid #3399ff;
}

.blog-card:hover .img-block img{
    scale: 1.1;
}
.blog-card-text {
	font-size:16px; 
	font-weight:bold;
	margin-bottom:0;
	color: #666666;
	text-align:center;
	line-height:22px;
}
.blog-card-text a{
	color: #666666;
    display: block;
	font-weight:400;
}
.blog-card:hover .blog-card-text a,
.blog-card-text a:hover{
    color:#3399ff;
}

/* Blog listing CSS END */

/* swiper css */
.full-w-swiper{
    width: 100%;
    max-height: 470px;
    height: 100%;
    padding-bottom:20px;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    color:#3399FF;
    width:40px;
    height: 40px;
    display: block;
    padding:0;
}

.swiper-container .swiper-wrapper{
    max-height:450px;
    /* overflow: hidden; */
}

.swiper-container .swiper-button-next:after, 
.swiper-container .swiper-button-prev:after {
    content: '';
    /* background-image: url(/images/rangeNextlink.svg); */
    background-repeat: no-repeat;
    background-size: 30px;
    width:40px;
    height:40px;
    display: block;
}

.swiper-container .swiper-button-prev:after {
    transform: rotate(180deg);
	position:absolute;
	top:-20%;
}

.swiper-container .swiper-pagination{
    position: absolute;
}

.swiper-container  .swiper {
    width: 100%;
    height: 100%;
}

.swiper-container  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height:450px;
}

.swiper-container  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container  .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    display: inline-block !important;
    border-radius: 100% !important;
    margin: 10px 5px !important;
    background: #000;
    opacity: 0.2;
}

.swiper-container .swiper-pagination-bullet-active{
    opacity: 1;
    background: #007aff;
}
.swiper-container .swiper-pagination-bullet,
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next,
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev{
    transform: none;
}

.swiper-container.blog-swiper .swiper-pagination {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: auto;
    bottom: -7px;
}
.full-w-swiper.blog-swiper {
    width: 100%;
    max-height: 470px;
    height: 100%;
    padding-bottom: 20px;
}

.blog-full {
	margin: 0px auto;
    width: 100%;
    padding: 0;
    background: #fff;
}

.headline-blog {
	color: #646464;
    font-size:48px;
	margin:15px 0;
    font-weight: normal;
    line-height:52px;
	text-align:center;
}

.blog-fullPargarph{
    color: #9a9a9a;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height:32px;

}
.blog-punlish-date {
	color: #646464;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    line-height:24px;
	text-align:center;
}

.blog-pagination .next-arrow,
.blog-pagination .prev-arrow{
    width:25px;
    height:25px;
    display:block;
    background-image: url(/images/rangeNextlink.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    cursor: pointer;
}

.blog-pagination .prev-arrow {
    -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
            transform: rotate(180deg);
}

.download-media-link a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-media-link a:hover{
    color:#0070CC;
}

.download-media-link span {
    width: 17px;
    height: 17px;
    background-color: #3399ff;
    display:inline-block;    
    
    mask: url(/images/blog_download.svg) no-repeat center / contain;
    -webkit-mask: url(/images/blog_download.svg) no-repeat center / contain;
    
    -webkit-transition: background-color 0.1s ease;
        -moz-transition: background-color 0.1s ease;
            transition: background-color 0.1s ease;
}

.download-media-link a:hover span {
  background-color: #0070CC;
}

.blog-pagination .pagination-content{
    font-size:16px;
    line-height: 22px;
    color:#888888;
}

.blog-full h3{
	color: #727272;
    font-size:24px;
	padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    line-height:25px;
	text-align:left;
}

.blog-full h2 {
	color: #727272;
    font-size:36px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height:42px;
	text-align:center;
}

.blog-full h4{
    font-size: 16px;
    color: #727272;
    font-weight: bold;
    line-height: 22px;
}

.blog-full ul {
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #9a9a9a;
  line-height: 32px;
  margin:0 0 15px 0;
  list-style-position: outside;
  list-style-type: none;

    li {
        padding: 0 0 0 16px;
        position: relative;
        margin:0 0 5px 0;

        &::before {
            content: "";
            margin: 0;
            position: absolute;
            left: 0;
            top: 49%;
            line-height: 8px;
            height: 1px;
            width: 7px;
            border-bottom: 1px solid #9a9a9a;
        }
    }
}

.designer-block{
    border-top:1px solid #e6e6e6;
    padding:15px 0 10px;
    margin:20px 0 0;
}

.designer-img-block {
    width:100%;
    height:400px;
	max-width: 400px;
    overflow: hidden;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    

    -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
            border-radius: 50%;
}

.designer-img-block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding:0;
    padding-right:0;

}

.product-link-box{
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    padding:20px 0 10px;
    max-width:450px;
    width:100%;
    margin:15px auto 12px;
    text-align: center;
}

.blog-movies-block{
    border-top:1px solid #e6e6e6;
    padding:15px 0 10px;
    margin:20px 0 0;
}

button.btn-payment {
	width:100%;
	background:#3399FF;
	border: 1px solid #06c ;
    color: #ffffff;
	margin-bottom:15px;
    font-size:16px;
    line-height: 22px;
    padding:10px;

    -webkit-border-radius:0;
        -moz-border-radius:0;
            border-radius:0;
}

button.btn-payment:hover{
	background:#0070CC;
}

.product-link-box p{
    font-size:16px;
    font-weight:600; 
    margin-bottom:0;
}


@media (max-width: 960px) {
    .blog-card .img-block{
        height:250px;
    }    

    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .video-container .blog-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    /* header css */
    .main-navigation{
        padding:0 15px;
        margin-bottom:0;
    }

    .headline-test {
		display:none;
	}

    #headerFavorite {
        display: none;
    }

    .navigation-block{
        position: static;
    }

    a.logoImg {
        margin: 2px 0 0 0;
        height: 20px;
        width: 107px;
        background-size: 107px auto;
    }
    .nav-list-bar{
        position: absolute;
        width:100%;
        background: #ffffff;
        top:48px;
        z-index: 99;
        left: 0;
        height: calc(100vh - 48px);
        padding: 0;
        overflow-y: auto;
    }
    header .main-warpper{
        padding:0;
    }
    .header-nav-list{
        float:none;
    }

    ul.header-nav-list {
        flex-direction: column;
        gap:0;
    }
    ul.header-nav-list li  {
        list-style-type: none;
        padding-left: 0px;
        border-bottom: 1px solid #999999;
        width:100%
    }
    ul.header-nav-list li a.tnvi:link, a.tnvi:visited, ul.header-nav-list li a {
        display: block;
        padding: 15px 20px 15px 42px;
        color: #666666;
        text-decoration: none;
        font-size: 24px;
        line-height: 26px;;
        font-weight: bold;
    }
    .super-dropdown:hover .super-dropdown-content{
        display:none;
    } 
    #cartItemsCont {
        border: 0px solid black;
        height: 29px;
        min-width: 31px;
        margin-top:0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mobileSearchList {
        margin-top: 35px;
        padding:0;
        list-style-type:none;
        height: 100%;
        overflow-y: scroll;
        max-height: 500px;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    #mobileSearchList::-webkit-scrollbar {
        display: none;
    }
    #mobileSearchList li {
        padding:8px 0 8px 0;
    }
    #mobileSearchList li a {
        text-decoration:none;
        color: #666666;
        font-size:16px;
        line-height:22px !important;
    }

    /* header css end */

    /* blog CSS */
    .designer-img-block {
        width:290px;
        height:290px;
    }

    .border-top-sm-last-col{
        border-top: 1px solid #999999;
    }

    .blog-full ul,
    .blog-fullPargarph {
        font-size: 20px;
        line-height: 28px;
    }

    .btnShpCnt a.cart-link{
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99999 !important;
        pointer-events: auto !important;
    }

    .headline-blog {
        font-size: 38px;
        line-height: 48px;
    } 

    .movie .movieDescription{
        max-width:100%;
    }
    /* blog CSS  END*/
}

@media screen and (max-width:575px) { 
	.designerImageblog {
		max-width:100%;
		width: 100%;
	}   

    /*blog listing*/
    .blog-card {
        max-width:300px;
        margin:0 auto 15px; 
    }
    .blog-card:last-child {
        margin-bottom: 0;
    }
    .blog-card .img-block{
        width:100%;
        max-height: 300px;
        height: auto;
    }
    .blog-card  img {
        width:100%; 
        height: auto;	
    }
    /* blog listing*/

    /* Footer START */
    .border-top-sm-last-col{
        border-top: 0;
    }
    /* Footer END */
}
