/* Stylesheet */
@font-face{font-family:"MarkOT";src:url("../fonts/MarkOT.eot?1");src:url("../fonts/MarkOT.eot?iefix") format("embedded-opentype"),url("../fonts/MarkOT.woff?1") format("woff"),url("../fonts/MarkOT.ttf?1") format("truetype"),url("../fonts/MarkOT.svg#MarkOT") format("svg");font-weight:normal;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
@font-face{font-family:"MarkOT-Bold";src:url("../fonts/MarkOT-Bold.eot?1");src:url("../fonts/MarkOT-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/MarkOT-Bold.woff?1") format("woff"),url("../fonts/MarkOT-Bold.ttf?1") format("truetype"),url("../fonts/MarkOT-Bold.svg#MarkOT-Bold") format("svg");font-weight:normal;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
body{
	margin: 0;
	font-family: MarkOT, sans-serif;
	/*background-color:#ffcc45;*/
	    background: #fbb517;
}
body .real-modal {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(255, 230, 0, 0.5);
}

/* Announcements */
#announcements{
	height: 30px;
    background: #eb5031;
    text-wrap: nowrap;
	overflow:hidden;
}

/*.loop-text {
         animation: loopText 30s infinite linear;  
         color: #ffffff;
         margin-top: 3px;
    }

    @keyframes loopText {

       from {
           transform: translateX(100%);
        }

       to {
           transform: translateX(-100%);
        }

    }*/
    
    /*Updated Style*/
    .marquee-parent {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 30px;
}
.marquee-child {
  display: block;
  width: 1600px;
  /* width of your text div */
  height: 30px;
  /* height of your text div */
  position: absolute;
  animation: marquee 30s linear infinite; /* change 5s value to your desired speed */
  padding-top: 3px;
  color:#ffffff;
}
.marquee-child:hover {
  animation-play-state: paused;
  cursor: pointer;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -1600px; /* same as your text width */
  }
}
    
/* Announcements */

/* Navbar */
header{z-index:1000;}
        .navbar {
            /*background-color: #ffa010;*/
            background-color: #ffe600;
            padding: 0 0;
            text-align: center;
            min-height: 70px;
			min-height: 70px;
			width: 100%;
			display: inline-flex;
        }
		.navbar .navbar-brand{
			float: left;
			width: 20%;
		}
        .navbar img {
            vertical-align: middle;
            margin-right: 20px;
			width: 100px;
        }
		.navbar .navbar-controls{
			width: 80%;
			float: left;
			padding-top: 20px;
		}
        .navbar .navbar-controls a {
            color: black;
            text-decoration: none;
            margin: 20px 15px 0px 0px;
            font-size: 17px;
			font-weight: 600;
            vertical-align: middle;
        }
        .navbar .lang-search {
            float: right;
            margin-right: 20px;
        }
        .navbar .lang-search span {
            border: 1px solid black;
            padding: 5px;
            vertical-align: middle;
        }
        .navbar .lang-search img {
            vertical-align: middle;
        }
		.navbar-nav{
			float:right;
			position:absolute;
			right: 100px;
		}
		.navbar-nav li.nav-item{
			float:right;
			padding-right:20px;
		}
/* Navbar */


/* Slider /
.hero {
            background-image: url('../images/cover.jpg'); /* Replace with the path to your image /
            background-size: cover;
            background-position: center;
            height: 100vh;
            color: white;
            text-align: center;
            position: relative;
        }
        .hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4); /* Overlay to make text more readable /
        }
        .hero-content {
            position: relative;
            z-index: 1;
            padding: 20px;
        }
        .hero h1 {
            font-size: 50px;
            margin-top: 0;
        }
        .hero p {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .search-box {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            z-index: 2;
            display: flex;
            justify-content: space-between;
        }
        .search-box div {
            margin-right: 10px;
        }
        .search-box div:last-child {
            margin-right: 0;
        }
        .search-box select, .search-box input {
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            width: 150px;
        }
        .search-box button {
            padding: 10px 20px;
            background: #e91e63;
            border: none;
            color: white;
            border-radius: 5px;
            cursor: pointer;
        }

/* Slider */

/* Slider2 *
* {box-sizing:border-box}*/

/* Slideshow container *
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default *
.mySlides {
  display: none;
}

/* Next & previous buttons *
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration:none;
}

/* Position the "next button" to the right *
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through *
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  text-decoration:none;
  color:#ffffff;
}

/* Caption text *
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) *
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators *
.dot-controls{
	position: relative;
    margin-top: -65px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.active, .dot:hover {
  background-color: #717171;
}*/

/* Fading animation *
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Slider2 */

/* Slider3 *
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

/* Slider3 */
.carousel-indicators [data-bs-target]{
	width:20px;
	height:20px;
	/*border-radius:10px;*/
}
/* Slider3 */

/* About */
#about{
	
}
.about-content{
	background: gold;
    padding: 15px;
}
.container .content {
            max-width: 800px;
            margin: 0 auto;
			padding: 28px;
        }
		.image-container, .image-container1
		{
			padding: 20px;
		}
		.image-container img
		{
			width: 100%;
		}
        .logo {
            width: 150px;
            margin: 20px auto;
        }
        .logo img {
            width: 100%;
        }
        .content {
            margin-top: 20px;
        }
        .content h2 {
            font-size: 24px;
        }
        .content p {
            font-size: 16px;
            line-height: 1.5;
        }
        .content ul {
            list-style: square;
            /*padding: 0;*/
            text-align: left;
            /*margin: 20px 0;*/
        }
        .content ul li {
            margin-bottom: 10px;
        }
        .highlight {
            font-weight: bold;
        }

/* About */

/* Product */
#product{
	
	/*padding: 30px 0;
    margin: 50px auto;*/
}
.container-content {
            display: flex;
            padding: 20px;
			background-color:#ffa900;
        }
		.left-column
		{
			
		}
		.image-wrapper
		{
			overflow:hidden;
			max-height: 500px;
		}
        .left-column, .right-column {
            flex: 1;
        }
        .left-column img#productImage {
            width: 100%;
            max-width: 500px;
			max-height:540px;
			transition: all 2s ease-in-out;
        }
		.left-column img#productImage:hover
		{
			transform: scale(1.5,1.5);
			cursor: pointer;
		}
		.thumbnail-wrapper{
			margin-top: 10px;
		}
		
        .thumbnail {
            display: flex;
			width: 80%;
            margin: 0 auto;
        }
        .thumbnail img {
            width: 70px;
            margin-right: 10px;
            cursor: pointer;
        }
        .right-column {
            padding-left: 20px;
        }
        .right-column h1 {
            font-size: 28px;
			font-weight: 600;
        }
        .price {
            font-size: 24px;
            color: red;
            margin: 10px 0;
        }
        .original-price {
            text-decoration: line-through;
            color: grey;
            margin-left: 10px;
        }
        .rating, .sold, .add-to-cart {
            margin: 10px 0;
        }
        .rating span, .sold span, .add-to-cart span {
            margin-right: 10px;
        }
        .size-selector {
            margin: 10px 0;
        }
        .size-selector button {
            margin-right: 10px;
			background: orange;
			border: 1px solid darkorange;
			padding: 10px;
			font-size: 16px;
        }
        .button-group {
            margin: 20px 0;
        }
        .button-group button {
            padding: 10px 20px;
            margin-right: 10px;
            cursor: pointer;
			background: darkorange;
			border: 1px solid darkorange;
			font-size: 16px;
        }
        .wishlist, .people-watching {
            margin: 10px 0;
        }
        .product-details {
            margin-top: 20px;
        }
		.product-features ul{list-style: none;display:inline-block;padding: 0;}
		.product-features ul li{float: left;padding-right: 30px;}
		img.feature{width:75px;height:75px;}
/* Product */

/* Footer */
footer{/*padding: 0px!important;*/}
.footer {
            text-align: center;
			background-color: #FFCC33;
            /*padding: 20px;*/
        }
        .footer .connect {
            background-color: #fbb517;
			/*background-image:url('../images/test.png');*/
            padding: 20px 0px;
        }
        .footer .connect h2 {
            margin: 0;
            font-size: 24px;
            font-weight: bold;
            color: #000000;
        }
        .footer .social-icons {
            margin: 20px 0;
        }
        /*.footer .social-icons img {
            margin: 0px 20px;
			padding: 5px;
			height: 50px;
			vertical-align: middle;
			border-radius: 10px;
			border: 1px solid black;
        }
		/*.footer .social-icons img:hover {border: 1px solid #000;}*/
        .footer .links {
            padding: 10px 0 0 0;
            font-size: 14px;
			background-color: #fee301;
        }
        .footer .links a {
            margin: 0 10px;
            text-decoration: none;
            color: black;
			font-size: 15px;
        }
        .footer .brand-logo {
            padding: 20px 0;
			background-color: #fee301;
        }
        .footer .brand-logo img {
            height: 50px;
        }
        .footer .copyright {
            font-size: 12px;
            color: black;
            margin-bottom:20px;
			background-color: #fee301;
        }

/* Footer */


/* Contact */
.contact-content{
    background-color: gold;
    padding: 25px;
}

/* Contact */


/* General style */
.bg-orange{background:#ffe600;}
a.nav-link{text-decoration:none;font-weight:bold;color:#000000;border-radius:20px;}
a.nav-link:hover{color:#ffffff;background:red;}

/* Responsive Designs */
@media only screen and (min-width:576px) and (max-width:767px)
{
	.left-column img#productImage{max-width:390px;}
	.img-r {width: 70%!important;}
	.mt-5-xs-only{margin-top:3rem;}
	#about .content{padding:0px 25px;}
	.navbar-toggler{border: 1px solid #000000;}
	.navbar-collapse.collapse.show{
		z-index: 1005;
    position: relative;
    background: yellow;
    min-height: 166px !important;
	}
	.container-content {display: block;}
	.thumbnail{display:flex; margin: 0 10px 0 0;}
	.left-column img#productImage:hover{transform: scale(1,1);}
	.product-features ul li{padding-right: 15px;}
	img.feature{width:55px;height:55px;}
	.footer .copyright{padding-bottom:20px;}
	.thumbnail img {width: 54px; margin: 0 10px 0 0;}
    .footer .connect {background-color: #fee301;}
    .footer .links{background-color: #fbb517;}
    .footer .brand-logo{background-color: #fbb517;}
    .footer .copyright{background-color: #fbb517;}
}
@media only screen and (max-width:767px)
{
    .img-r {width: 70%!important;}
	.left-column img#productImage{max-width:390px;}
	.mt-5-xs-only{margin-top:3rem;}
	#about .content{padding:0px 25px;}
	.navbar-toggler{border: 1px solid #000000;}
	.navbar-collapse.collapse.show{
	z-index: 1005;
    position: relative;
    background: yellow;
    min-height: 166px !important;
    
	}
	.container-content {display: block;}
	.thumbnail{display:flex;
	    margin: 0 10px 0 0;
	}
	.left-column img#productImage:hover{transform: scale(1,1);}
	.product-features ul li{padding-right: 15px;}
	img.feature{width:55px;height:55px;}
	.footer .copyright{padding-bottom:20px;}
	.thumbnail img {width: 54px; margin: 0 10px 0 0;}
    .footer .connect {background-color: #fee301;}
    .footer .links{background-color: #fbb517;}
    .footer .brand-logo{background-color: #fbb517;}
    .footer .copyright{background-color: #fbb517;}
}
@media (min-width:768px)
{
	body{
		background: -moz-linear-gradient(top, #fbb517 0%, #ffe600 100%);
	background: -webkit-linear-gradient(top, #fbb517 0%, #ffe600 100%);
	background: linear-gradient(to bottom, #fbb517 0%, #ffe600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$mainYellow, endColorstr=$mainYellow2,GradientType=0 );
	}
}
@media only screen and (min-width:768px) and (max-width:991px)
{
	.left-column img#productImage{max-width:400px;}
	.mt-5-sm-only{margin-top:3rem;}
	#about .content{padding:0px 25px;}
	.navbar-toggler{border: 1px solid #000000;}
	.navbar-collapse.collapse.show{
		z-index: 1005;
    position: relative;
    background: yellow;
    min-height: 166px !important;
	}
	.container-content {display: block;}
	.thumbnail{display:flex; margin: 0 10px 0 0;}
	.left-column img#productImage:hover{transform: scale(1,1);}
	.product-features ul li{padding-right: 15px;}
	img.feature{width:60px;height:60px;}
}
@media only screen and (max-width:991px)
{
	.left-column img#productImage{max-width:440px;}
	.mt-5-sm-only{margin-top:3rem;}
	#about .content{padding:0px 25px;}
	.navbar-toggler{border: 1px solid #000000;}
	.navbar-collapse.collapse.show{
		z-index: 1005;
    position: relative;
    background: yellow;
    min-height: 166px !important;
	}
	.container-content {display: block;}
	.thumbnail{display:flex; margin: 0 10px 0 0;}
}
@media only screen and (min-width:992px) and (max-width:1199px)
{
	.left-column img#productImage{max-width:460px;}
}
@media only screen and (min-width:1200px) and (max-width:1399px)
{
	.left-column img#productImage{max-width:500px;}
}
/* Responsive Designs */

.wrapper{
	/*transform: translate(-50%, -50%);*/
}
.wrapper ul{
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.wrapper ul li{
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  font-size: 24px;
  position: relative;
}

.wrapper ul li a{
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  color: #000000;
  text-shadow: 2px 2px 1px rgba(0,0,0,.4);
  transition: all .35s;
}

.wrapper ul li:hover a .fa-facebook-f{
  color: #2664fa;
}
.wrapper ul li:hover a .fa-x-twitter{
  color: #000000;
}.wrapper ul li:hover a .fa-instagram{
  color: #ff3bed;
}.wrapper ul li:hover a .fa-youtube{
  color: #fb5660;
}

/* Effect 1 */

.effect_1 li{
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.effect_1 li:after{
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: all .35s;
}

.effect_1 li:hover:after{
  transform: scale(1);
}

.bold{font-weight:bold;}

.img-responsive.mobile {
  display: none;
}

@media only screen and (max-device-width: 480px) {
  .img-responsive {
    display: none;
  }
  .img-responsive.mobile {
    display: block;
  }
}


.img-r{
    width:30%; 
}
