p.subcatSect {

    margin: 0;
    padding-top: 10px;
    opacity: 1;
    font-size: 14px;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;

    text-align: left;
    margin-bottom: 15px;
}


.wrapper {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
  
  .image-gallery {
    margin: 0 auto;
    display: table;
  }
  
  .primary,
  .thumbnails {
    display: table-cell;
  }
  
  .thumbnails {
    width: 300px;
  }
  
  .primary {
    width: 600px;
    height: 400px;
    background-color: #cccccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
    border: 4px solid red;
  }
  
  .thumbnail-image {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid transparent;
  }
  
  .tableProduct{
      padding: 30px;
  }

  a.subBlock {
    color: black !important;
    text-decoration: none;
}

.optionChoose{
  padding: 10px 0px;
}

select#cars {
  width: 200px;
}


/* counter Design */
.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  /* height: 20px; */
  text-align: center;
  /* vertical-align: middle; */
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 46px;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* 
form {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
} */
/* 
.quantity {
  display: flex;
      position: relative;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.quantity__minus,
.quantity__plus {
  display: block;
  width: 22px;
  height: 23px;
  margin: 0;
  background: #dee0ee;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
}
.quantity__minus:hover,
.quantity__plus:hover {
  background: #575b71;
  color: #fff;
} 
.quantity__minus {
  border-radius: 3px 0 0 3px;
}
.quantity__plus {
  border-radius: 0 3px 3px 0;
}
.quantity__input {
  width: 32px;
  height: 19px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 2px solid #dee0ee;
  border-bottom: 2px solid #dee0ee;
  border-left: 1px solid #dee0ee;
  border-right: 2px solid #dee0ee;
  background: #fff;
  color: #8184a1;
}
.quantity__minus:link,
.quantity__plus:link {
  color: #8184a1;
} 
.quantity__minus:visited,
.quantity__plus:visited {
  color: #fff;
} */

section.videoDiv {
  padding: 30px;
}


.videoSource{
  width: 100%;
  height: 400px;
}

.pushBox {
  background: #4D4D4D 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  /* padding: 5px; */
  width: 100%;
  padding: 4px 10px;
  border-radius: 4px;
  color: white;
  opacity: 1;
  border: none;
}
.pushBox span{
  text-align: left;
  font-size: 15px;
}
a.pushme{
  color: white;
}
.pushBox img{
  float: right;
  width: 20px;
}
.ProductInfo {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #F7F7FA;
  border-radius: 5px;
  opacity: 1;
  padding: 20px;
}




.style-1 del {
  /* color: rgba(255, 0, 0, 0.5); */
  color:black;
  text-decoration: none;
  position: relative;
}
.style-1 del:before {
  content: " ";
  display: block;
  width: 100%;
  /* border-top: 2px solid rgba(255, 0, 0, 0.8); */
  border-top: 1px solid #404553;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-2deg);
}
.style-1 ins {
  color: green;

  text-decoration: none;
  padding: 1em 1em 1em .5em;
}

.style-2 del {
  color: rgba(128, 128, 128, 0.5);
  text-decoration: none;
  position: relative;
  font-size: 40px;
  font-weight: 100;
}
.style-2 del:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid rgba(128, 128, 128, 0.8);
  border-bottom: 2px solid rgba(128, 128, 128, 0.8);
  height: 4px;
  position: absolute;
  bottom: 22px;
  left: 0;
  transform: rotate(-11deg);
}
.style-2 ins {
  font-size: 80px;
  font-weight: 100;
  text-decoration: none;
  padding: 1em 1em 1em .5em;
}

.style-3 del {
  color: rgba(255, 165, 0, 0.5);
  text-decoration: none;
  position: relative;
  font-size: 40px;
  font-weight: 100;
}
.style-3 del:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 8px double rgba(255, 165, 0, 0.8);
  height: 4px;
  position: absolute;
  bottom: 20px;
  left: 0;
  transform: rotate(-11deg);
}
.style-3 ins {
  font-size: 60px;
  font-weight: 800;
  text-decoration: none;
  padding: 1em 1em 1em .5em;
}

.style-4 del {
  color: rgba(169, 169, 169, 0.5);
  text-decoration: none;
  position: relative;
  font-size: 40px;
  font-weight: 100;
}
.style-4 del:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 3px solid rgba(169, 169, 169, 0.8);
  height: 4px;
  position: absolute;
  bottom: 20px;
  left: 0;
  transform: rotate(-11deg);
}
.style-4 del:after {
  content: " ";
  display: block;
  width: 100%;
  border-top: 3px solid rgba(169, 169, 169, 0.8);
  height: 4px;
  position: absolute;
  bottom: 20px;
  left: 0;
  transform: rotate(11deg);
}
.style-4 ins {
  font-size: 60px;
  font-weight: 500;
  text-decoration: none;
  padding: 1em 1em 1em .5em;
}

  .MainBlockpoB {
   
    display: flex;
    justify-content: space-between;

}
.PushtoBoxModel{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}
span.DO {
    background: #575757 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 1px solid #7070707B;
    opacity: 1;
    padding: 4px;
    font-weight: 600;
    font-size: 22px;
    color: white;
    text-align: left;
    font: Light 60px/73px Proxima Nova;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    border-radius: 10%;
   width: 50px;
    height: 42px;
}
input#DoF {
  padding: 8px;
  width: 100%;
  /* background: #FFFFFF 0% 0% no-repeat padding-box; */
  border-radius: 2px;
  border: none;
  opacity: 1;
  color: #404553;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  opacity: 1;
  height: 36px;
}
.BtnPOp {
    text-align: center;
    margin-top: 5px;
}
button.btn.BobBTn {
  background: #4D4D4D 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  padding: 5px 30px;
  font-size: 15px;
  color: white;
  opacity: 1;
}
.button.btn.BobBTn:hover {
    box-shadow: 0px 3px 6px #00000029;
}
.button.btn.BobBTn img {
    height: 14px;
    /* width: 12px; */
    margin-right: 8px;
}
/* 
.leftPagePanel ul li{
  list-style-type: disc;
  margin-left: 5em;
} */

ul.Descoroduct li{
  list-style-type: disc;
  margin-left: 5em;
}

ul.Descoroduct {

  font-size: 14px;
  list-style-type: disc;
}

h3.subcatHeads {
  font-size: 20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  margin-bottom: 20px;
}


.textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #bfbdbd;
}

.ItemBlock img {
    height: 123px;
}

a.betterAlign {
    font-size: 14px;
    margin-right: 0;
    font-weight: 600;
}

.Subitems a {
    font-weight: 600;
    margin: 6px 0;
    font-size: 14px;
    /* padding: 20px; */
    display: block;
    line-height: 1.3;
    width: max-content;
    width: max-content;
}
.itemheds h2 {
    font-size: 15px;
    font-weight: 700;
    width: fit-content;
}
.ModelBlock {
  padding: 10px 0;
}
span.quantityGm {
  font-size: 9px;
  float: right;
  padding: 5px;
}
span.ModelNAm {
  float: left;
  font-size: 11px;
}
.Descmodel {
    text-align: left;
    border-style: solid;
    /* padding: 4px 0px; */
    margin: 10px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

    .Descmodel p {
        font-size: 12px;
        /* border-left: 3px solid #E6E4E4; */
        /* border-left: 1px solid red; */
        padding-left: 0px;
        font-weight: 400;
    }

.card-footer.Cardmodel {
  padding: 1px 1px 2px 8px;
  height: 25px;
  border: none;
  color: white;
  width: 144px;
  background: #4D4D4D 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
}


.tag {
  display: inline-block;
  width: 70px;
  height: 20px;

  /* width: 59px;
  height: 20px; */
  background-color: #4D4D4D;
  -webkit-border-radius: 3px 4px 4px 3px;
  -moz-border-radius: 3px 4px 4px 3px;
  border-radius: 3px 4px 4px 3px;
  border-left: 1px solid #4D4D4D;
  /* margin-left: 19px; */
  position: relative;
  color: white;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 9px;
  line-height: 21px;
  padding: 0 9px 0 10px;
  padding: 0 10px 0 10px;
}

/* Makes the triangle */
.tag:before {
  content: "";
  position: absolute;
  /* display: block; */
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #4D4D4D;
}

/* Makes the circle */
/* .tag:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
} */
span.amount {
  font-size: 10px;
  text-align: left;
}
span.amount- {
  font-size: 14px;
  text-align: left;
}
.varienceprice p{
  font-size: 10px;
  color:   #4D4D4D
  ;
}
span.vPsell {
  display: flex;
  align-items: center;
}

span.vPsell p{
  margin-right: 12px;
  font-size: 10px;
  color:   #4D4D4D
  ;
}


span.offerPvar {
  display: flex;
  align-items: center;
}
span.offerPvar p{
  margin-right: 12px;
  font-size: 10px;
  color:   #4D4D4D
}






.ribbon-main {
  width: 92px;
  height: 19px;
  line-height: 11px;
  padding-left: 4px;
  position: absolute;
  left: 0px;
  top: 6px;
  

  background: #F7F7FA 0% 0% no-repeat padding-box;
  border: 0.4000000059604645px solid #4D4D4D;
  border-radius: 0px 4px 4px 0px;
  opacity: 1;
}




span.mainHeadsbs {
color: #404553;
padding: 10px;
font-size: 9px;
}

.outofstock {
  /* background-color: #f4f4f5 !important; */
  padding: 6px;
}



.mode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
/* margin-bottom: 10px; */
}


.counter{
  position: relative;
  border-radius: 30px;
  width: 65px;
  height: 26px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DEDEDE;
  opacity: 1;
  text-align: center;
  overflow: hidden;
}
.counte_d {
  position: relative;
  border-radius: 30px;
  width: 128px;
  height: 26px;
  background: #F7F7FA 0% 0% no-repeat padding-box;
  border: 1px solid #EBEBEB;
  opacity: 1;
  /* background: #FFFFFF 0% 0% no-repeat padding-box; */
  /* border: 1px solid #DEDEDE; */
  opacity: 1;
  text-align: center;
  overflow: hidden;
}
.counter__increment, .counter__decrement {
  position: absolute;
  top: 0;
  font-size: 19px;
  line-height: 19px;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background: #4D4D4D;
  font-weight: normal;
  color: white;
  text-decoration: none;
}
.modelWidth {
  width: 245px !important;
  height: 30px !important;
}


  .modelWidth .BtnAdd {
    font-size: 14px;
    margin-left: 10px;

}

.fa {
  
  cursor: pointer;
  user-select: none;
}


.titleH4 {
  padding: 10px;
  /* margin-bottom: -3px; */
  line-height: 1.5;
  border-bottom: 1px solid #e6e6e6;
  font-size: 19px;
    font-weight: bold;
}
.error {
  /* position: absolute; */
  /* background: #E76886; */
  padding: 7px 10px;
  border-radius: 3px;
  color: #FF0014;
  font-size: 10px;
  top: 49px;
  z-index: 2;
}

.colorBy {
  /* float: right; */
  display: inline-block;
  position: relative;
  width: 100%;
}

select#color {
 
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    opacity: 1;
 
    font-size: 11px;
    display: inline-block;
    width: 100%;
    height: 28px;
    /* border-radius: 50px; */
    padding: 6px 15px;
    -webkit-appearance: none;

    border: 1px solid #ffffff;
}
select#color.fa-sort-down {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #DEDEDE;
  pointer-events: none;
}

.picgallerMain.Opacityoutstock {
  opacity: 0.5;
}

button.card-footer.Card-model:hover {
    /* border: 1px solid #4D4D4D; */
    box-shadow: 0 0 8px 0 #e6e6e6;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}




/*** OVERRIDES ***/

.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1;
}
.thumbelina {
  left: 0;
  right: 0;
  width: 70px;
  margin: 0 auto;
}
.thumbelina li img, .thumbelina li img:hover {
  height:82px;
  border: none;
}
.thumbelina-but.vert {
  line-height: 28px;
}

/*** CUSTOM ***/

#thumbnails {
  position: relative;
  width: 93px;
  height: 330px;
  background-color: #fff;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  float: left;
  margin-top: 20px;
  z-index: 2;
}
#thumbnails a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
/* Prevent FOUC */
#thumbnails ul {
  visibility: hidden;
}
#thumbnails ul.thumbelina {
  visibility: visible;
}
#product-image {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: 1rem;
}

#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeout 0.5s; /* Sync with JS */
  background: url('http://res.cloudinary.com/thdoan/image/upload/v1498133706/carousel/watch01-large.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  z-index: 1;
}

.fullscreen {
  overflow: hidden;
}
.fullscreen .cloudzoom-zoom-inside {
  visibility: hidden; /* Prevent FOUC */
}
.fullscreen #thumbnails {
  position: fixed;
  top: 8px;
  left: 8px;
  opacity: 0.8;
}
.fullscreen #zoom-overlay {
  animation: fadein 0.5s; /* Sync with JS */
  display: block;
  opacity: 1;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeout {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.row-panel {
    display: flex;
    justify-content: space-between;
    padding: 6px;
    background-color: #f1f3f6;
}

.leftPagePanel {
    width: 350px;
    background-color: #ffffff;
    padding: 8px;
    min-height: 100%;
}
.rightPagePanel {
    width: 100%;
    margin-left: 6px;
    background-color: white;
    padding: 10px;
}

.pr-cd 
{
    margin:0px !important;
}

.th.Dohead {
    color: #4D4D4D;
    font-size: 14px;
}
tr.stripped-color {
  background: #F8F4F4 0% 0% no-repeat padding-box;
  border: 1px solid #DEDEDE;
  opacity: 1;
}


ul.gallery{    
  margin-left: 3vw;     
  margin-right:3vw;  
  }

.assure {
    padding: 40px 40px 40px 0px;
}

  
  /**To keep upscaled images visible on mobile, 
  increase left & right margins a bit**/  
  @media only screen and (max-width: 768px) {   
  ul.gallery {      
  margin-left: 15vw;       
  margin-right: 15vw;
  }
  
  /**TIP: Easy escape for touch screens,
  give gallery's parent container a cursor: pointer.**/
  .DivName {cursor: pointer}
  }

td {
    font-size: 14px !important;
    font-weight: 500 !important;
   
}

th {
    font-size: 14px !important;
}


.badge-primary {
    color: #fff;
    background-color: #4d4d4d;
    margin: 4px;
}

.desktopBreadcrumb {
    display: block
}
.MobileBreadcrumb{
    display:none;
}


@media only screen and (max-width: 568px) {
    .row-panel {
    display: block; 

     padding: 15px; 
}
.leftPagePanel {
  width: 100%;
}
.rightPagePanel {
  width: 100%;
   margin-left: 0px; 
}
    .sortBy {
        float: none;
        margin-bottom: 10px;
        margin-left: -11px;
        margin-right: -11px;
        display: block;
    }
.Descmodel p {
  font-size: 10px;
}
section.purchase-request {
  padding: 0;
}
.tableProduct {
  padding: 5px;
}
section.videoDiv {
  padding: 5px;
}
.Flex-images-product {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}
    .rightPagePanel {
        background-color: transparent;
    }
    .desktopBreadcrumb{
        display:none
    }
    .MobileBreadcrumb {
        display: block;
        padding-bottom: 10px;
    }
    select#sort{
        width:100% !important
    }
    .resultsCount {
        margin-bottom: 23px;
        padding: 0;
        text-align: center;
        margin-right: -11px;
        margin-left: -11px;
    }
    .card-footer.Card-model {
        width: 100% !important;
        margin-right: -7px !important;
    }
    .quantity {
        display: inline-flex !important;
        align-items: center;
        justify-content: center !important;
        padding: 0px 0px 0px 0px;
        margin-bottom: 10px;
    }
    p.Code-Data {
        text-align: center !important;
        font-size: 14px;
        padding: 0;
    }
    .flex-property-new {
        padding: 15px !important;
        text-align: center;
    }
    }